Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158743 - Wrong use of emerge atoms in /doc/en/liveusb.xml
Summary: Wrong use of emerge atoms in /doc/en/liveusb.xml
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: nm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-21 09:27 UTC by Christian Heim (RETIRED)
Modified: 2006-12-21 23:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Heim (RETIRED) gentoo-dev 2006-12-21 09:27:26 UTC
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
Comment 1 nm (RETIRED) gentoo-dev 2006-12-21 23:34:36 UTC
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. :)