Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.102 diff -u -t -r1.102 hb-install-config.xml --- hb-install-config.xml 14 May 2010 22:32:52 -0000 1.102 +++ hb-install-config.xml 23 Jul 2011 11:44:26 -0000 @@ -206,8 +206,8 @@
 # nano -w /etc/conf.d/hostname
 
-(Set the HOSTNAME variable to your host name)
-HOSTNAME="tux"
+(Set the hostname variable to your host name)
+hostname="tux"
 

@@ -310,8 +310,8 @@

-config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" )
-routes_eth0=( "default via 192.168.0.1" )
+config_eth0="192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255"
+routes_eth0="default via 192.168.0.1"
 

@@ -319,7 +319,7 @@

-config_eth0=( "dhcp" )
+config_eth0="dhcp"