fox2mike 05/08/12 17:57:03 Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml Log: #102267 - Fixed path to bzImage. Also removed --udev option from genkernel as it is now obsolete.
Revision Changes Path 1.46 +7 -7 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.46&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.46&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.45&r2=1.46&cvsroot=gentoo Index: gentoo-x86-quickinstall.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- gentoo-x86-quickinstall.xml 9 Aug 2005 13:24:25 -0000 1.45 +++ gentoo-x86-quickinstall.xml 12 Aug 2005 17:57:03 -0000 1.46 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.45 2005/08/09 13:24:25 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.46 2005/08/12 17:57:03 fox2mike Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -21,8 +21,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.5</version> -<date>2005-08-09</date> +<version>2.6</version> +<date>2005-08-12</date> <chapter> <title>Quick Install Guide</title> @@ -184,10 +184,10 @@ <p> Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are available for network less installations) and configure it using <c>make -menuconfig</c> followed by <c>make &&make modules_install</c> -inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/bzImage</path> file -over to <path>/boot</path>. You can also <c>emerge genkernel</c> -and use <c>genkernel --udev all</c>. +menuconfig</c> followed by <c>make &&make modules_install</c> +inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/boot/bzImage</path> +file over to <path>/boot</path>. You can also <c>emerge genkernel</c> and +use <c>genkernel all</c>. </p> <p> -- [email protected] mailing list
