--- xml/htdocs/doc/en/handbook/hb-install-config.xml 2006/09/08 10:53:26 1.83 +++ xml/htdocs/doc/en/handbook/hb-install-config.xml 2006/09/12 20:07:02 1.84 @@ -4,12 +4,12 @@ - + -7.2 -2006-09-08 +7.3 +2006-09-12
Filesystem Information @@ -222,7 +222,7 @@
Networking Information -Host name +Host name, Domainname, etc

@@ -240,6 +240,29 @@ HOSTNAME="tux" +

+Second we set the domainname in /etc/conf.d/net: +

+ +
+# nano -w /etc/conf.d/net
+
+(Set the dns_domain variable to your domain name)
+dns_domain_lo="homenetwork"
+
+ +

+If you have a NIS domain (if you don't know what that is, then you don't have +one), you need to define that one too: +

+ +
+# nano -w /etc/conf.d/net
+
+(Set the nis_domain variable to your NIS domain name)
+nis_domain_lo="my-nisdomain"
+
+