neysx 05/10/14 13:24:25 Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml Log: #109269 ln -sf should be ln -sfn, missing space in make command
Revision Changes Path 1.49 +10 -9 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.49&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.49&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.48&r2=1.49&cvsroot=gentoo Index: gentoo-x86-quickinstall.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- gentoo-x86-quickinstall.xml 14 Oct 2005 13:20:13 -0000 1.48 +++ gentoo-x86-quickinstall.xml 14 Oct 2005 13:24:25 -0000 1.49 @@ -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.48 2005/10/14 13:20:13 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.49 2005/10/14 13:24:25 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -21,8 +21,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.7</version> -<date>2005-08-20</date> +<version>2.8</version> +<date>2005-10-14</date> <chapter> <title>Quick Install Guide</title> @@ -160,7 +160,7 @@ Next, make sure <path>/etc/make.profile</path> points to the right profile. The default one should suffice for most users; sub profiles are available for different kernels (like <path>2.4/</path> for 2.4-kernel based profiles). Change -the profile using <c>ln -sf</c>. +the profile using <c>ln -sfn</c>. </p> <ul> @@ -190,10 +190,11 @@ <p> Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are available for networkless 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/boot/bzImage</path> -file over to <path>/boot</path>. You can also <c>emerge genkernel</c> and -use <c>genkernel 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> @@ -373,5 +374,5 @@ </body> </section> -</chapter> +</chapter> </guide> -- [email protected] mailing list
