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:20:12
Message-Id: 200510141318.j9EDIsfA023853@robin.gentoo.org
1 neysx 05/10/14 13:20:13
2
3 Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
4 Log:
5 Fixed typos reported on #109269
6
7 Revision Changes Path
8 1.48 +12 -12 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.48&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.48&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.47&r2=1.48&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.47
18 retrieving revision 1.48
19 diff -u -r1.47 -r1.48
20 --- gentoo-x86-quickinstall.xml 20 Aug 2005 14:57:18 -0000 1.47
21 +++ gentoo-x86-quickinstall.xml 14 Oct 2005 13:20:13 -0000 1.48
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.47 2005/08/20 14:57:18 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.48 2005/10/14 13:20:13 neysx Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -35,7 +35,7 @@
30 You can find the ISOs in
31 <path>releases/&lt;architecture&gt;/&lt;release&gt;/installcd</path>. The
32 <e>minimal</e> installation CD is only useful for Internet-based installations;
33 -with the <e>universal</e> installation CD you can perform a network less
34 +with the <e>universal</e> installation CD you can perform a networkless
35 installation as well.
36 </p>
37
38 @@ -115,21 +115,21 @@
39 </p>
40
41 <p>
42 -Install a Portage snapshot if you are performing a network less installation: go
43 +Install a Portage snapshot if you are performing a networkless installation: go
44 to <path>/mnt/gentoo/usr</path> and run
45 <c>tar&nbsp;-xvjf&nbsp;/mnt/cdrom/snapshots/&lt;snapshot&gt;</c>. Other users
46 can download a portage snapshot and install it likewise.
47 </p>
48
49 <p>
50 -For a network less installation, copy over the source code files from
51 +For a networkless installation, copy over the source code files from
52 <path>/mnt/cdrom/distfiles/</path> to
53 <path>/mnt/gentoo/usr/portage/distfiles/</path>.
54 </p>
55
56 <p>
57 -Edit <path>/mnt/gentoo/etc/make.conf</path> to suit your needs (USE flag, CFLAGS
58 -and CXXFLAGS). You can use the <c>nano</c> editor for this.
59 +Edit <path>/mnt/gentoo/etc/make.conf</path> to suit your needs (USE flags,
60 +CFLAGS and CXXFLAGS). You can use the <c>nano</c> editor for this.
61 </p>
62
63 </body>
64 @@ -152,7 +152,7 @@
65 </pre>
66
67 <p>
68 -If you are not running a network less installation, issue <c>emerge --sync</c> to
69 +If you are not running a networkless installation, issue <c>emerge --sync</c> to
70 update your Portage tree.
71 </p>
72
73 @@ -165,11 +165,11 @@
74
75 <ul>
76 <li>
77 - Bootstrapping (not available for network less installations) happens using
78 + Bootstrapping (not available for networkless installations) happens using
79 <c>scripts/bootstrap.sh</c> in the <path>/usr/portage</path> directory.
80 </li>
81 <li>
82 - System installation (not available for network less installations) happens
83 + System installation (not available for networkless installations) happens
84 using <c>emerge&nbsp;-e&nbsp;system</c> (or <c>-N</c> if you haven't
85 altered the default CFLAGS/CXXFLAGS).
86 </li>
87 @@ -189,7 +189,7 @@
88
89 <p>
90 Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are
91 -available for network less installations) and configure it using <c>make
92 +available for networkless installations) and configure it using <c>make
93 menuconfig</c> followed by <c>make&nbsp;&amp;&amp;make&nbsp;modules_install</c>
94 inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/boot/bzImage</path>
95 file over to <path>/boot</path>. You can also <c>emerge&nbsp;genkernel</c> and
96 @@ -265,7 +265,7 @@
97 <body>
98
99 <p>
100 -2.4 kernel users need to <c>emerge&nbsp;--unmerge&nbsp;udev</c> and
101 +Users of a 2.4 kernel need to run <c>emerge&nbsp;--unmerge&nbsp;udev</c> and
102 <c>emerge&nbsp;devfsd</c>.
103 </p>
104
105 @@ -361,7 +361,7 @@
106 </p>
107
108 <p>
109 -If you performed a network less installation, mount the packages CD at
110 +If you performed a networkless installation, mount the packages CD at
111 <path>/mnt/cdrom</path> and <c>export&nbsp;PKGDIR="/mnt/cdrom"</c> after which
112 you can <c>emerge&nbsp;-k&nbsp;&lt;package&gt;</c> to install additional
113 software like <c>kde</c>.
114
115
116
117 --
118 gentoo-doc-cvs@g.o mailing list