The emerge atom to install sys-boot/syslinux present in the Guide is invalid. Either use '=sys-boot/syslinux-3*' or '>sys-boot/syslinux-3'. $ diff -Nup liveusb.xml.orig liveusb.xml --- liveusb.xml.orig +++ liveusb.xml @@ -134,7 +134,7 @@ USB flash drive: <pre caption="Installing a master boot record"> <comment>(Make sure you have sys-boot/syslinux-3.00 or later installed)</comment> -# <i>emerge -av '>=sys-boot/syslinux-3*'</i> +# <i>emerge -av '=sys-boot/syslinux-3*'</i> # <i>dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda</i> 0+1 records in 0+1 records out
Thanks for reporting. I went with the >sys-boot/syslinux-3 option, that way we're not locked in to just the 3 series (in case 4 ever comes out). Fixed in CVS. :)