nightmorph 06/08/12 02:05:35 Modified: hb-install-config.xml Log: Updated networkless hb-install-config for bug 142265
Revision Changes Path 1.3 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml?r1=1.2&r2=1.3 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hb-install-config.xml 11 Aug 2006 16:31:53 -0000 1.2 +++ hb-install-config.xml 12 Aug 2006 02:05:35 -0000 1.3 @@ -4,11 +4,11 @@ <!-- 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/draft/2006.1/hb-install-config.xml,v 1.2 2006/08/11 16:31:53 josejx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-config.xml,v 1.3 2006/08/12 02:05:35 nightmorph Exp $ --> <sections> -<version>6.3</version> +<version>6.4</version> <date>2006-08-11</date> <section> @@ -194,10 +194,10 @@ </p> <pre caption="Setting the domainname"> -# <i>nano -w /etc/conf.d/domainname</i> +# <i>nano -w /etc/conf.d/net</i> -<comment>(Set the DNSDOMAIN variable to your domain name)</comment> -DNSDOMAIN="<i>homenetwork</i>" +<comment>(Set the dns_domain variable to your domain name)</comment> +dns_domain_lo="<i>homenetwork</i>" </pre> <p> @@ -206,10 +206,10 @@ </p> <pre caption="Setting the NIS domainname"> -# <i>nano -w /etc/conf.d/domainname</i> +# <i>nano -w /etc/conf.d/net</i> -<comment>(Set the NISDOMAIN variable to your NIS domain name)</comment> -NISDOMAIN="<i>my-nisdomain</i>" +<comment>(Set the nis_domain variable to your NIS domain name)</comment> +nis_domain_lo="<i>my-nisdomain</i>" </pre> </body> -- [email protected] mailing list
