nightmorph 07/04/10 05:40:49 Modified: hb-install-tools.xml Log: okay, don't hate me for making this change within a few days of 2007.0's release. forum users and #gentoo reported problems because baselayout and dhcpcd maintainers made a dumb compatibility mistake. new stable dhcpcd 3 gives the 2006.1 baselayout fits because it outputs slightly differently, thus making the system think no dhcp client is installed. the note i added fixes this. if the translators don't get to it, i understand. all errors reported so far are in english though. thanks to jmbsvicetto for reporting on IRC
Revision Changes Path 1.45 xml/htdocs/doc/en/handbook/hb-install-tools.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.45&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.44&r2=1.45 Index: hb-install-tools.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- hb-install-tools.xml 30 Dec 2006 18:49:56 -0000 1.44 +++ hb-install-tools.xml 10 Apr 2007 05:40:49 -0000 1.45 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.44 2006/12/30 18:49:56 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.45 2007/04/10 05:40:49 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ choose and install some important tools. </abstract> -<version>7.2</version> -<date>2006-12-30</date> +<version>7.3</version> +<date>2007-04-09</date> <section> <title>Device Manager</title> @@ -238,6 +238,14 @@ # <i>emerge dhcpcd</i> </pre> +<note> +You'll probably need to update <c>baselayout</c> at this point (<c>emerge -u +baselayout</c>), as <c>dhcpcd-3.x</c> isn't compatible with the +<c>baselayout</c> version found in the stage tarballs. Once you've updated +<c>baselayout</c>, you'll need to redo your timezone info by editing +<path>/etc/conf.d/clock</path>. +</note> + </body> </subsection> <subsection> -- [email protected] mailing list
