nightmorph 09/01/26 07:15:58 Modified: diskless-howto.xml liveusb.xml Log: updated liveusb and diskless guides for changed file locations in latest syslinux, bug 256222
Revision Changes Path 1.35 xml/htdocs/doc/en/diskless-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/diskless-howto.xml?rev=1.35&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/diskless-howto.xml?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/diskless-howto.xml?r1=1.34&r2=1.35 Index: diskless-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- diskless-howto.xml 6 Mar 2007 07:39:41 -0000 1.34 +++ diskless-howto.xml 26 Jan 2009 07:15:58 -0000 1.35 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.34 2007/03/06 07:39:41 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.35 2009/01/26 07:15:58 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/diskless-howto.xml"> @@ -26,8 +26,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.26</version> -<date>2007-03-05</date> +<version>1.27</version> +<date>2009-01-25</date> <chapter> <title>Introduction</title> @@ -791,7 +791,7 @@ </p> <pre caption="Setting up the remote bootloader"> -# <i>cp /usr/lib/syslinux/pxelinux.0 /diskless</i> +# <i>cp /usr/share/syslinux/pxelinux.0 /diskless</i> # <i>mkdir /diskless/pxelinux.cfg</i> # <i>touch /diskless/pxelinux.cfg/default</i> </pre> 1.16 xml/htdocs/doc/en/liveusb.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.16&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?r1=1.15&r2=1.16 Index: liveusb.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- liveusb.xml 11 Sep 2008 21:59:10 -0000 1.15 +++ liveusb.xml 26 Jan 2009 07:15:58 -0000 1.16 @@ -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.15 2008/09/11 21:59:10 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.16 2009/01/26 07:15:58 nightmorph Exp $ --> <guide link="/doc/en/liveusb.xml"> <title>Gentoo Linux LiveUSB HOWTO</title> @@ -21,8 +21,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>4</version> -<date>2008-09-11</date> +<version>5</version> +<date>2009-01-25</date> <chapter> <title>Introduction</title> @@ -152,7 +152,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>dd if=/usr/lib/syslinux/mbr.bin of=/dev/sdc</i> +# <i>dd if=/usr/share/syslinux/mbr.bin of=/dev/sdc</i> 0+1 records in 0+1 records out 304 bytes (304 B) copied, 0.0162317 s, 18.7 kB/s
