Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
jkt 11/08/03 08:17:07
Modified: hb-install-config.xml
Log:
#376087, s/HOSTNAME/hostname/ and stop using Bash arrays in /etc/conf.d/net
Thanks to swift for the patch
Revision Changes Path
1.104 xml/htdocs/doc/en/handbook/hb-install-config.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.103&r2=1.104
Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- hb-install-config.xml 2 Aug 2011 17:43:17 -0000 1.103
+++ hb-install-config.xml 3 Aug 2011 08:17:07 -0000 1.104
@@ -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-config.xml,v 1.103 2011/08/02 17:43:17 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.104 2011/08/03 08:17:07 jkt Exp $ -->
<sections>
@@ -14,8 +14,8 @@
proceed.
</abstract>
-<version>10</version>
-<date>2011-08-02</date>
+<version>11</version>
+<date>2011-08-03</date>
<section>
<title>Filesystem Information</title>
@@ -206,8 +206,8 @@
<pre caption="Setting the host name">
# <i>nano -w /etc/conf.d/hostname</i>
-<comment>(Set the HOSTNAME variable to your host name)</comment>
-HOSTNAME="<i>tux</i>"
+<comment>(Set the hostname variable to your host name)</comment>
+hostname="<i>tux</i>"
</pre>
<p>
@@ -310,8 +310,8 @@
</p>
<pre caption="Manually setting IP information for eth0">
-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"
</pre>
<p>
@@ -319,7 +319,7 @@
</p>
<pre caption="Automatically obtaining an IP address for eth0">
-config_eth0=( "dhcp" )
+config_eth0="dhcp"
</pre>
<p>
|
|