Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
Date: Thu, 04 Aug 2005 07:02:03
Message-Id: 200508040701.j7471FCi025509@robin.gentoo.org
1 swift 05/08/04 07:01:46
2
3 Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
4 Log:
5 Spelling mistakes, no content change
6
7 Revision Changes Path
8 1.44 +22 -20 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.44&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.44&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.43&r2=1.44&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.43
18 retrieving revision 1.44
19 diff -u -r1.43 -r1.44
20 --- gentoo-x86-quickinstall.xml 1 Aug 2005 12:12:22 -0000 1.43
21 +++ gentoo-x86-quickinstall.xml 4 Aug 2005 07:01:46 -0000 1.44
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.43 2005/08/01 12:12:22 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.44 2005/08/04 07:01:46 swift Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -17,10 +17,12 @@
30 installing Gentoo Linux if they want to follow this guide.
31 </abstract>
32
33 +<!-- The content of this document is licensed under the CC-BY-SA license -->
34 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 <version>2.4</version>
38 -<date>2005-08-01</date>
39 +<date>2005-08-04</date>
40
41 <chapter>
42 <title>Quick Install Guide</title>
43 @@ -32,8 +34,8 @@
44 Download a CD from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>.
45 You can find the ISOs in
46 <path>releases/&lt;architecture&gt;/&lt;release&gt;/installcd</path>. The
47 -<e>minimal</e> installation cd is only useful for internet-based installations;
48 -with the <e>universal</e> installation cd you can perform a networkless
49 +<e>minimal</e> installation CD is only useful for Internet-based installations;
50 +with the <e>universal</e> installation CD you can perform a network less
51 installation as well.
52 </p>
53
54 @@ -44,7 +46,7 @@
55 </p>
56
57 <p>
58 -The installation cds allow you to start an <c>sshd</c> server, add additional
59 +The installation CDs allow you to start an <c>sshd</c> server, add additional
60 users, run <c>irssi</c> (a command-line chat client) and surf the web using
61 <c>lynx</c> or <c>links2</c>.
62 </p>
63 @@ -66,12 +68,12 @@
64
65 <p>
66 For wireless access, use <c>iwconfig</c> to set the wireless parameters and then
67 -use eiter <c>net-setup</c> again or run <c>ifconfig</c>, <c>dhcpcd</c> and/or
68 +use either <c>net-setup</c> again or run <c>ifconfig</c>, <c>dhcpcd</c> and/or
69 <c>route</c> manually.
70 </p>
71
72 <p>
73 -If you are behind a proxy, do not forget to initialise your system using
74 +If you are behind a proxy, do not forget to initialize your system using
75 <c>export http_proxy</c>, <c>ftp_proxy</c> and <c>RSYNC_PROXY</c>.
76 </p>
77
78 @@ -88,7 +90,7 @@
79
80 <p>
81 Use <c>mke2fs</c>, <c>mke2fs -j</c>, <c>mkreiserfs</c>, <c>mkfs.xfs</c> and
82 -<c>mkfs.jfs</c> to create file systems on your Linux partitions. Initialise your
83 +<c>mkfs.jfs</c> to create file systems on your Linux partitions. Initialize your
84 swap partition using <c>mkswap</c> and <c>swapon</c>.
85 </p>
86
87 @@ -113,7 +115,7 @@
88 </p>
89
90 <p>
91 -Install a Portage snapshot if you are performing a networkless installation: go
92 +Install a Portage snapshot if you are performing a network less installation: go
93 to <path>/mnt/gentoo/usr</path> and run
94 <c>tar&nbsp;-xvjf&nbsp;/mnt/cdrom/snapshots/&lt;snapshot&gt;</c>. Other users
95 can download a portage snapshot and install it likewise.
96 @@ -144,31 +146,31 @@
97 </pre>
98
99 <p>
100 -If you are not running a networkless installation, issue <c>emerge --sync</c> to
101 +If you are not running a network less installation, issue <c>emerge --sync</c> to
102 update your Portage tree.
103 </p>
104
105 <p>
106 Next, make sure <path>/etc/make.profile</path> points to the right profile. The
107 -default one should suffice for most users; subprofiles are available for
108 +default one should suffice for most users; sub profiles are available for
109 different kernels (like <path>2.4/</path> for 2.4-kernel based profiles). Change
110 the profile using <c>ln -sf</c>.
111 </p>
112
113 <ul>
114 <li>
115 - Bootstrapping (not available for networkless installations) happens using
116 + Bootstrapping (not available for network less installations) happens using
117 <c>scripts/bootstrap.sh</c> in the <path>/usr/portage</path> directory.
118 </li>
119 <li>
120 - System installation (not available for networkless installations) happens
121 + System installation (not available for network less installations) happens
122 using <c>emerge&nbsp;-e&nbsp;system</c> (or <c>-N</c> if you haven't
123 altered the default CFLAGS/CXXFLAGS).
124 </li>
125 </ul>
126
127 <p>
128 -Stage3 users (except those performing a networkless installation) need to
129 +Stage3 users (except those performing a network less installation) need to
130 upgrade the baselayout package:
131 </p>
132
133 @@ -190,7 +192,7 @@
134
135 <p>
136 Install a kernel source (<c>gentoo-sources</c> and <c>vanilla-sources</c> are
137 -available for networkless installations) and configure it using <c>make
138 +available for network less installations) and configure it using <c>make
139 menuconfig</c> followed by <c>make&nbsp;&amp;&amp;make&nbsp;modules_install</c>
140 inside <path>/usr/src/linux</path>. Copy the <path>arch/i386/bzImage</path> file
141 over to <path>/boot</path>. You can also <c>emerge&nbsp;genkernel</c>
142 @@ -225,9 +227,9 @@
143 Edit <path>/etc/conf.d/hostname</path> and <path>/etc/conf.d/domainname</path>,
144 run <c>rc-update&nbsp;add&nbsp;domainname&nbsp;default</c> and edit
145 <path>/etc/conf.d/net</path> to
146 -configure your network. Add the <c>net.eth0</c> initscript to the default
147 -runlevel. If you have multiple NICs, symlink them to the <c>net.eth0</c>
148 -init script and add them to the default runlevel as well.
149 +configure your network. Add the <c>net.eth0</c> init script to the default
150 +run level. If you have multiple NICs, symlink them to the <c>net.eth0</c>
151 +init script and add them to the default run level as well.
152 </p>
153
154 <p>
155 @@ -246,7 +248,7 @@
156 </pre>
157
158 <p>
159 -Emerge <c>pcmcia-cs</c> and add it to the default runlevel if you need it.
160 +Emerge <c>pcmcia-cs</c> and add it to the default run level if you need it.
161 </p>
162
163 <p>
164 @@ -362,7 +364,7 @@
165 </p>
166
167 <p>
168 -If you performed a networkless installation, mount the packages CD at
169 +If you performed a network less installation, mount the packages CD at
170 <path>/mnt/cdrom</path> and <c>export&nbsp;PKGDIR="/mnt/cdrom"</c> after which
171 you can <c>emerge&nbsp;-k&nbsp;&lt;package&gt;</c> to install additional
172 software like <c>kde</c>.
173
174
175
176 --
177 gentoo-doc-cvs@g.o mailing list