swift       05/06/19 11:25:21

  Modified:    xml/htdocs/doc/en/handbook hb-install-config.xml
  Log:
  Update on configuring the network; using /etc/hostname and /etc/dnsdomainname 
has been obsoleted in the current stable baselayout as well

Revision  Changes    Path
1.66      +15 -6     xml/htdocs/doc/en/handbook/hb-install-config.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.66&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.66&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml.diff?r1=1.65&r2=1.66&cvsroot=gentoo

Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- hb-install-config.xml       11 Jun 2005 19:45:37 -0000      1.65
+++ hb-install-config.xml       19 Jun 2005 11:25:21 -0000      1.66
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.65 
2005/06/11 19:45:37 fox2mike Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.66 
2005/06/19 11:25:21 swift Exp $ -->
 
 <sections>
 
-<version>2.7</version>
-<date>2005-06-11</date>
+<version>2.8</version>
+<date>2005-06-19</date>
 
 <section>
 <title>Filesystem Information</title>
@@ -181,7 +181,10 @@
 </p>
 
 <pre caption="Setting the hostname">
-# <i>echo tux &gt; /etc/hostname</i>
+# <i>nano -w /etc/conf.d/hostname</i>
+
+<comment>(Set the HOSTNAME variable to your hostname)</comment>
+HOSTNAME="<i>tux</i>"
 </pre>
 
 <p>
@@ -189,7 +192,10 @@
 </p>
 
 <pre caption="Setting the domainname">
-# <i>echo homenetwork &gt; /etc/dnsdomainname</i>
+# <i>nano -w /etc/conf.d/domainname</i>
+
+<comment>(Set the DNSDOMAIN variable to your domain name)</comment>
+DNSDOMAIN="<i>homenetwork</i>"
 </pre>
 
 <p>
@@ -198,7 +204,10 @@
 </p>
 
 <pre caption="Setting the NIS domainname">
-# <i>echo nis.homenetwork &gt; /etc/nisdomainname</i>
+# <i>nano -w /etc/conf.d/domainname</i>
+
+<comment>(Set the NISDOMAIN variable to your NIS domain name)</comment>
+NISDOMAIN="<i>my-nisdomain</i>"
 </pre>
 
 <p>



-- 
[email protected] mailing list

Reply via email to