swift 05/11/19 09:31:15 Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-config.xml Log: Adding broadcast stuff as well, see #111640
Revision Changes Path 1.5 +4 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hb-install-config.xml 4 Sep 2005 19:38:15 -0000 1.4 +++ hb-install-config.xml 19 Nov 2005 09:31:15 -0000 1.5 @@ -4,12 +4,12 @@ <!-- 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/2005.1/hb-install-config.xml,v 1.4 2005/09/04 19:38:15 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml,v 1.5 2005/11/19 09:31:15 swift Exp $ --> <sections> -<version>5.2</version> -<date>2005-09-04</date> +<version>5.3</version> +<date>2005-11-19</date> <section> <title>Filesystem Information</title> @@ -277,7 +277,7 @@ </p> <pre caption="Manually setting IP information for eth0"> -config_eth0=( "192.168.0.2 netmask 255.255.255.0" ) +config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" ) routes_eth0=( "default gw 192.168.0.1" ) </pre> -- [email protected] mailing list
