Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
Date: Fri, 12 Aug 2005 17:57:33
Message-Id: 200508121757.j7CHvJ9v000012@robin.gentoo.org
1 fox2mike 05/08/12 17:57:03
2
3 Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
4 Log:
5 #102267 - Fixed path to bzImage. Also removed --udev option from genkernel as it is now obsolete.
6
7 Revision Changes Path
8 1.46 +7 -7 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
9
10 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
11 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
12 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
13
14 Index: gentoo-x86-quickinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
17 retrieving revision 1.45
18 retrieving revision 1.46
19 diff -u -r1.45 -r1.46
20 --- gentoo-x86-quickinstall.xml 9 Aug 2005 13:24:25 -0000 1.45
21 +++ gentoo-x86-quickinstall.xml 12 Aug 2005 17:57:03 -0000 1.46
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.45 2005/08/09 13:24:25 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.46 2005/08/12 17:57:03 fox2mike Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -21,8 +21,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2.5</version>
34 -<date>2005-08-09</date>
35 +<version>2.6</version>
36 +<date>2005-08-12</date>
37
38 <chapter>
39 <title>Quick Install Guide</title>
40 @@ -184,10 +184,10 @@
41 <p>
42 Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are
43 available for network less installations) and configure it using <c>make
44 -menuconfig</c> followed by <c>make&nbsp;&amp;&amp;make&nbsp;modules_install</c>
45 -inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/bzImage</path> file
46 -over to <path>/boot</path>. You can also <c>emerge&nbsp;genkernel</c>
47 -and use <c>genkernel&nbsp;--udev&nbsp;all</c>.
48 +menuconfig</c> followed by <c>make&nbsp;&amp;&amp;make&nbsp;modules_install</c>
49 +inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/boot/bzImage</path>
50 +file over to <path>/boot</path>. You can also <c>emerge&nbsp;genkernel</c> and
51 +use <c>genkernel&nbsp;all</c>.
52 </p>
53
54 <p>
55
56
57
58 --
59 gentoo-doc-cvs@g.o mailing list