diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-25 23:40:03 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-25 23:40:03 -0300 |
commit | f72752b17bfdc0898e30c59120ff0abecf2127f3 (patch) | |
tree | e4bf7369f7d7642787738a822209f983a6c70606 /docs/README.knowissues | |
parent | 293f9d26ff2a128295ae6fef96b723abff8af889 (diff) | |
download | archiso32-f72752b17bfdc0898e30c59120ff0abecf2127f3.tar.xz |
[archiso] Remove fixed know-issue
wooohoooo! Fixed in syslinux 4.06 :)
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'docs/README.knowissues')
-rw-r--r-- | docs/README.knowissues | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/README.knowissues b/docs/README.knowissues index 24bfa41..c397afb 100644 --- a/docs/README.knowissues +++ b/docs/README.knowissues @@ -8,9 +8,3 @@ and device mapper devices made by archiso will be "free" on "shutdown tmpfs" (A.K.A deinitramfs), build at initramfs by [archiso_shutdown] initcpio hook. Proper shutdown is mostly important when persistent is used. - -** (2) syslinux 4.05 bug with relative directories on FAT: - - "Could not find kernel image: boot/syslinux/whichsys.c32" - This should be fixed in 4.06. For now, workaround with: - sed -i "s|../../|/arch|" /<MNT-TARGET-N>/arch/boot/syslinux/syslinux.cfg |