Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
Date: Fri, 14 Oct 2005 13:24:24
Message-Id: 200510141323.j9EDN6Jc012586@robin.gentoo.org
1 neysx 05/10/14 13:24:25
2
3 Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
4 Log:
5 #109269 ln -sf should be ln -sfn, missing space in make command
6
7 Revision Changes Path
8 1.49 +10 -9 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.49&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.49&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.48&r2=1.49&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.48
18 retrieving revision 1.49
19 diff -u -r1.48 -r1.49
20 --- gentoo-x86-quickinstall.xml 14 Oct 2005 13:20:13 -0000 1.48
21 +++ gentoo-x86-quickinstall.xml 14 Oct 2005 13:24:25 -0000 1.49
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.48 2005/10/14 13:20:13 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.49 2005/10/14 13:24:25 neysx 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.7</version>
34 -<date>2005-08-20</date>
35 +<version>2.8</version>
36 +<date>2005-10-14</date>
37
38 <chapter>
39 <title>Quick Install Guide</title>
40 @@ -160,7 +160,7 @@
41 Next, make sure <path>/etc/make.profile</path> points to the right profile. The
42 default one should suffice for most users; sub profiles are available for
43 different kernels (like <path>2.4/</path> for 2.4-kernel based profiles). Change
44 -the profile using <c>ln -sf</c>.
45 +the profile using <c>ln -sfn</c>.
46 </p>
47
48 <ul>
49 @@ -190,10 +190,11 @@
50 <p>
51 Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are
52 available for networkless installations) and configure it using <c>make
53 -menuconfig</c> followed by <c>make&nbsp;&amp;&amp;make&nbsp;modules_install</c>
54 -inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/boot/bzImage</path>
55 -file over to <path>/boot</path>. You can also <c>emerge&nbsp;genkernel</c> and
56 -use <c>genkernel&nbsp;all</c>.
57 +menuconfig</c> followed by
58 +<c>make&nbsp;&amp;&amp;&nbsp;make&nbsp;modules_install</c> inside
59 +<path>/usr/src/linux</path>. Copy the <path>arch/i386/boot/bzImage</path> file
60 +over to <path>/boot</path>. You can also <c>emerge&nbsp;genkernel</c> and use
61 +<c>genkernel&nbsp;all</c>.
62 </p>
63
64 <p>
65 @@ -373,5 +374,5 @@
66
67 </body>
68 </section>
69 -</chapter>
70 +</chapter>
71 </guide>
72
73
74
75 --
76 gentoo-doc-cvs@g.o mailing list