swift 05/07/16 09:33:26 Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml Log: Copying resolv.conf must happen in the beginning or name resolution wont work
Revision Changes Path 1.41 +7 -5 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml 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 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 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 Index: gentoo-x86-quickinstall.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- gentoo-x86-quickinstall.xml 10 Jul 2005 20:28:33 -0000 1.40 +++ gentoo-x86-quickinstall.xml 16 Jul 2005 09:33:26 -0000 1.41 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.40 2005/07/10 20:28:33 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.41 2005/07/16 09:33:26 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -19,8 +19,8 @@ <license/> -<version>2.1</version> -<date>2005-07-10</date> +<version>2.2</version> +<date>2005-07-16</date> <chapter> <title>Quick Install Guide</title> @@ -131,12 +131,14 @@ <body> <p> -Mount the <path>/proc</path> file system first and then chroot into your Gentoo +Mount the <path>/proc</path> file system first, copy over the +<path>/etc/resolv.conf</path> file and then chroot into your Gentoo environment. </p> <pre caption="Preparing and chrooting"> # <i>mount -t proc none /mnt/gentoo/proc</i> +# <i>cp /etc/resolv.conf /mnt/gentoo/etc/</i> # <i>chroot /mnt/gentoo /bin/bash</i> # <i>env-update</i> && <i>source /etc/profile</i> </pre> @@ -222,7 +224,7 @@ <p> Edit <path>/etc/conf.d/hostname</path> and <path>/etc/conf.d/domainname</path>, run <c>rc-update add domainname default</c> and edit -<path>/etc/conf.d/net</path> and <path>/etc/resolv.conf</path> to +<path>/etc/conf.d/net</path> to configure your network. Add the <c>net.eth0</c> initscript to the default runlevel. If you have multiple NICs, symlink them to the <c>net.eth0</c> init script and add them to the default runlevel as well. -- [email protected] mailing list
