Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
Date: Sun, 08 Apr 2007 00:51:12
Message-Id: E1HaLcS-0001YR-Cd@stork.gentoo.org
1 nightmorph 07/04/08 00:51:00
2
3 Modified: gentoo-x86-quickinstall.xml
4 Log:
5 updated x86 quickinstall guide, bug 173681
6
7 Revision Changes Path
8 1.70 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.70&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.70&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.69&r2=1.70
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.69
18 retrieving revision 1.70
19 diff -u -r1.69 -r1.70
20 --- gentoo-x86-quickinstall.xml 26 Feb 2007 08:58:04 -0000 1.69
21 +++ gentoo-x86-quickinstall.xml 8 Apr 2007 00:51:00 -0000 1.70
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.69 2007/02/26 08:58:04 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.70 2007/04/08 00:51:00 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>12</version>
34 -<date>2007-02-26</date>
35 +<version>13</version>
36 +<date>2007-04-07</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -393,13 +393,15 @@
41 <body>
42
43 <p>
44 -Set your time zone information by copying the correct file from
45 -<path>/usr/share/zoneinfo</path> over the <path>/etc/localtime</path> file.
46 +Set your time zone information by setting the timezone listing from
47 +<path>/usr/share/zoneinfo</path> in <path>/etc/conf.d/clock</path>.
48 </p>
49
50 <pre caption="Copy your timezone file">
51 <comment>(Using Brussels as an example)</comment>
52 -livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
53 +livecd / # <i>nano -w /etc/conf.d/clock</i>
54 +TIMEZONE="CET"
55 +
56 livecd / # <i>date</i>
57 Wed Mar 8 00:46:05 CET 2006
58 </pre>
59 @@ -489,7 +491,7 @@
60 <pre caption="Configure networking">
61 livecd etc # <i>cd conf.d</i>
62 livecd conf.d # <i>echo 'config_eth0=( "192.168.1.10/24" )' >> net</i>
63 -livecd conf.d # <i>echo 'routes_eth0=( "default via 192.168.1.1" )' >> net</i>
64 +livecd conf.d # <i>echo 'routes_eth0=( "default gw 192.168.1.1" )' >> net</i>
65 livecd conf.d # <i>rc-update add net.eth0 default</i>
66 <comment>(If you compiled your network card driver as a module,
67 add it to /etc/modules.autoload.d/kernel-2.6)</comment>
68 @@ -499,7 +501,7 @@
69 </pre>
70
71 <note>
72 -Emerge <c>pcmcia-cs</c> and add it to the default run level if you need it.
73 +Emerge <c>pcmciautils</c> if you need support for PCMCIA cards.
74 </note>
75
76 <p>
77 @@ -556,8 +558,8 @@
78
79 <p>
80 Install the necessary file system tools (<c>xfsprogs</c>, <c>reiserfsprogs</c>
81 -or <c>jfsutils</c>) and networking tools (<c>dhcpcd</c> or <c>rp-pppoe</c>) if
82 -you need any.
83 +or <c>jfsutils</c>) and networking tools (<c>dhcpcd</c> or <c>ppp</c>) if you
84 +need any.
85 </p>
86
87 <pre caption="Install extra tools if required">
88 @@ -565,7 +567,7 @@
89 livecd conf.d # <i>emerge jfsutils</i> <comment>(If you use the JFS file system)</comment>
90 livecd conf.d # <i>emerge reiserfsprogs</i> <comment>(If you use the Reiser file system)</comment>
91 livecd conf.d # <i>emerge dhcpcd</i> <comment>(If you need a DHCP client)</comment>
92 -livecd conf.d # <i>USE="-X" emerge rp-pppoe</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
93 +livecd conf.d # <i>USE="-X" emerge ppp</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
94 </pre>
95
96 </body>
97 @@ -747,33 +749,19 @@
98 <pre caption="View USE flags in use and enable or disable some">
99 mybox ~ # <i>emerge -vpe world</i>
100 <comment>(Portage displays the packages and their USE flags, as an example, let's
101 -disable ipv6 and fortran, and enable userlocales and unicode)</comment>
102 -mybox ~ # <i>echo 'USE="nptl nptlonly -ipv6 -fortran userlocales unicode"' >> /etc/make.conf</i>
103 +disable ipv6 and fortran, and enable unicode)</comment>
104 +mybox ~ # <i>echo 'USE="nptl nptlonly -ipv6 -fortran unicode"' >> /etc/make.conf</i>
105 </pre>
106
107 <p>
108 -If you enabled the <c>userlocales</c> USE flag for versions of glibc that still
109 -support it, you should edit <path>/etc/locales.build</path> and define the
110 -locales you want to build.
111 -</p>
112 -
113 -<p>
114 -Later versions of glibc ignore the userlocales USE flag and use
115 -<path>/etc/locale.gen</path> instead. If you are upgrading glibc to such a
116 -version, you should create <path>/etc/locale.gen</path> <e>and remove</e>
117 -<path>/etc/locales.build</path>. Check the output of <c>emerge -vpe world</c>
118 -to know whether glibc supports the userlocales USE flag.
119 +Recent versions of glibc use <path>/etc/locale.gen</path> to define locale
120 +settings. If you are upgrading glibc to such a version, you should create
121 +<path>/etc/locale.gen</path> <e>and remove</e> <path>/etc/locales.build</path>.
122 </p>
123
124 <pre caption="Define locales">
125 -mybox ~ # <i>cd /etc</i>
126 -<comment>(For versions of glibc with the userlocales USE flag)</comment>
127 -mybox etc # <i>nano -w locales.build</i>
128 -
129 -<comment>(For recent versions of glibc, convert locales.build)</comment>
130 -mybox etc # <i>grep '^[^#].*' locales.build | sed 's:/: :' >locale.gen</i>
131 -mybox etc # <i>rm locales.build</i>
132 -mybox etc # <i>nano -w locale.gen</i>
133 +mybox # <i>cd /etc</i>
134 +mybox # <i>nano -w locale.gen</i>
135 </pre>
136
137 <p>
138
139
140
141 --
142 gentoo-doc-cvs@g.o mailing list