nightmorph 08/04/15 17:38:23 Modified: openrc-migration.xml Log: updates from cardoe via email
Revision Changes Path 1.9 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.8&r2=1.9 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- openrc-migration.xml 15 Apr 2008 14:35:04 -0000 1.8 +++ openrc-migration.xml 15 Apr 2008 17:38:23 -0000 1.9 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.8 2008/04/15 14:35:04 vapier Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.9 2008/04/15 17:38:23 nightmorph Exp $ --> <guide link="/doc/en/openrc-migration.xml"> <title>Baselayout and OpenRC Migration Guide</title> @@ -24,7 +24,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.4</version> +<version>1.5</version> <date>2008-04-15</date> <chapter> @@ -224,7 +224,7 @@ perform the following to add them to the <c>boot</c> runlevel: </p> -<pre caption="Adding missing volume management services to the boot runlevel"> +<pre caption="Adding critical services to the boot runlevel"> # <i>rc-update add root boot</i> # <i>rc-update add procfs boot</i> # <i>rc-update add mtab boot</i> @@ -245,6 +245,29 @@ </body> </section> <section> +<title>Network</title> +<body> + +<p> +Due to baselayout and OpenRC being broken into two different packages, your +net.eth0 initscript may disappear during the upgrade process. To replace this +initscript please perform the following: +</p> + +<pre caption="Adding back missing net.eth0 script"> +# <i>cd /etc/init.d</i> +# <i>ln -s net.lo net.eth0</i> +</pre> + +<p> +If you are missing any other network initscripts, follow the instructions above +to re-add them, simply replace <c>eth0</c> with the name of your network +device. +</p> + +</body> +</section> +<section> <title>Clock</title> <body> @@ -264,6 +287,16 @@ review both of these files to ensure their correctness. </p> +<p> +The proper value for this file is the path relative to your timezone from +<path>/usr/share/zoneinfo</path>. For example, for someone living on the east +coast of the United States, the following would be a correct setting: +</p> + +<pre caption="/etc/timezone"> +America/New_York +</pre> + </body> </section> <section> -- [email protected] mailing list
