Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
Date: Sat, 16 Jul 2005 09:33:44
Message-Id: 200507160933.j6G9XAcC021209@robin.gentoo.org
1 swift 05/07/16 09:33:26
2
3 Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml
4 Log:
5 Copying resolv.conf must happen in the beginning or name resolution wont work
6
7 Revision Changes Path
8 1.41 +7 -5 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.41&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.41&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.40&r2=1.41&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.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- gentoo-x86-quickinstall.xml 10 Jul 2005 20:28:33 -0000 1.40
21 +++ gentoo-x86-quickinstall.xml 16 Jul 2005 09:33:26 -0000 1.41
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.40 2005/07/10 20:28:33 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.41 2005/07/16 09:33:26 swift Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -19,8 +19,8 @@
30
31 <license/>
32
33 -<version>2.1</version>
34 -<date>2005-07-10</date>
35 +<version>2.2</version>
36 +<date>2005-07-16</date>
37
38 <chapter>
39 <title>Quick Install Guide</title>
40 @@ -131,12 +131,14 @@
41 <body>
42
43 <p>
44 -Mount the <path>/proc</path> file system first and then chroot into your Gentoo
45 +Mount the <path>/proc</path> file system first, copy over the
46 +<path>/etc/resolv.conf</path> file and then chroot into your Gentoo
47 environment.
48 </p>
49
50 <pre caption="Preparing and chrooting">
51 # <i>mount -t proc none /mnt/gentoo/proc</i>
52 +# <i>cp /etc/resolv.conf /mnt/gentoo/etc/</i>
53 # <i>chroot /mnt/gentoo /bin/bash</i>
54 # <i>env-update</i> &amp;&amp; <i>source /etc/profile</i>
55 </pre>
56 @@ -222,7 +224,7 @@
57 <p>
58 Edit <path>/etc/conf.d/hostname</path> and <path>/etc/conf.d/domainname</path>,
59 run <c>rc-update&nbsp;add&nbsp;domainname&nbsp;default</c> and edit
60 -<path>/etc/conf.d/net</path> and <path>/etc/resolv.conf</path> to
61 +<path>/etc/conf.d/net</path> to
62 configure your network. Add the <c>net.eth0</c> initscript to the default
63 runlevel. If you have multiple NICs, symlink them to the <c>net.eth0</c>
64 init script and add them to the default runlevel as well.
65
66
67
68 --
69 gentoo-doc-cvs@g.o mailing list