swift 11/08/12 19:09:10 Modified: gentoo-x86-quickinstall-system.xml Log: Fix bug #378119 - Various OpenRC changes
Revision Changes Path 1.3 xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?r1=1.2&r2=1.3 Index: gentoo-x86-quickinstall-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gentoo-x86-quickinstall-system.xml 6 Mar 2008 05:59:25 -0000 1.2 +++ gentoo-x86-quickinstall-system.xml 12 Aug 2011 19:09:10 -0000 1.3 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.2 2008/03/06 05:59:25 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.3 2011/08/12 19:09:10 swift Exp $ --> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> <included> -<version>2</version> -<date>2008-03-05</date> +<version>3</version> +<date>2011-08-12</date> <section> <title>Configure the system</title> @@ -64,13 +64,14 @@ </p> <pre caption="Configure networking"> -livecd etc # <i>cd conf.d</i> -livecd conf.d # <i>echo 'config_eth0=( "192.168.1.10/24" )' >> net</i> -livecd conf.d # <i>echo 'routes_eth0=( "default via 192.168.1.1" )' >> net</i> +livecd etc # <i>cd init.d</i> +livecd init.d # <i>ln -s net.lo net.eth0</i> +livecd init.d # <i>cd ../conf.d</i> +livecd conf.d # <i>echo 'config_eth0="192.168.1.10 netmask 255.255.255.0 brd 192.168.1.255"' >> net</i> +livecd conf.d # <i>echo 'routes_eth0="default via 192.168.1.1"' >> net</i> livecd conf.d # <i>rc-update add net.eth0 default</i> -<comment>(If you compiled your network card driver as a module, -add it to /etc/modules.autoload.d/kernel-2.6)</comment> -livecd conf.d # <i>echo r8169 >> /etc/modules.autoload.d/kernel-2.6</i> +<comment>(If you compiled your network card driver as a module, add it to /etc/conf.d/modules</comment> +livecd conf.d # <i>echo 'modules="r8169"' >> /etc/conf.d/modules</i> <comment>(If you want to reconnect via ssh after you have rebooted your new box)</comment> livecd conf.d # <i>rc-update add sshd default</i> </pre> @@ -91,24 +92,21 @@ </pre> <p> -Edit <path>/etc/conf.d/clock</path> to define the time zone you used +Edit <path>/etc/timezone</path> to define the time zone you used previously. </p> -<pre caption="Edit /etc/conf.d/clock"> -livecd conf.d # <i>nano -w /etc/conf.d/clock</i> -TIMEZONE="Europe/Brussels" +<pre caption="Edit /etc/timezone"> +Europe/Brussels </pre> <p> -Check the system configuration in <path>/etc/rc.conf</path>, -<path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of -those files if required. +Check the system configuration in <path>/etc/rc.conf</path> and +<path>/etc/conf.d/keymaps</path> and edit any of those files if required. </p> <pre caption="Optional: edit some config files"> livecd conf.d # <i>nano -w /etc/rc.conf</i> -livecd conf.d # <i>nano -w /etc/conf.d/rc</i> livecd conf.d # <i>nano -w /etc/conf.d/keymaps</i> </pre>
