From f72752b17bfdc0898e30c59120ff0abecf2127f3 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 25 Oct 2012 23:40:03 -0300 Subject: [archiso] Remove fixed know-issue wooohoooo! Fixed in syslinux 4.06 :) Signed-off-by: Gerardo Exequiel Pozzi --- docs/README.knowissues | 6 ------ docs/README.transfer | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'docs') 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|" //arch/boot/syslinux/syslinux.cfg diff --git a/docs/README.transfer b/docs/README.transfer index e9654b8..83a7572 100644 --- a/docs/README.transfer +++ b/docs/README.transfer @@ -82,7 +82,7 @@ Note: Using here a MBR partition mode as example, but GPT should also works 4) Extract ISO image on target filesystem. # bsdtar -x --exclude=isolinux/ --exclude=EFI/ --exclude=loader/ -f -C -5) Install syslinux bootloader on target filesystem. (See know issue (2) if using FAT) +5) Install syslinux bootloader on target filesystem. # extlinux -i /arch/boot/syslinux 6) Unmount target filesystem. -- cgit v1.2.2