nightmorph 06/12/22 07:33:38 Modified: liveusb.xml Log: Fixed invalid atom in syslinux emerge command, thanks to Christian (phreak) for reporting and patch, bug 158743
Revision Changes Path 1.12 xml/htdocs/doc/en/liveusb.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?r1=1.11&r2=1.12 Index: liveusb.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- liveusb.xml 5 Nov 2006 04:02:25 -0000 1.11 +++ liveusb.xml 22 Dec 2006 07:33:38 -0000 1.12 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.11 2006/11/05 04:02:25 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.12 2006/12/22 07:33:38 nightmorph Exp $ --> <guide link="/doc/en/liveusb.xml"> <title>Gentoo Linux LiveUSB HOWTO</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.6</version> -<date>2006-09-18</date> +<version>1.7</version> +<date>2006-12-21</date> <chapter> <title>Introduction</title> @@ -134,7 +134,7 @@ <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 -- [email protected] mailing list
