swift 05/11/19 09:31:05 Modified: xml/htdocs/doc/en/handbook hb-install-config.xml Log: Adding broadcast stuff as well, see #111640
Revision Changes Path 1.74 +4 -4 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.74&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.74&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.73&r2=1.74&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.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- hb-install-config.xml 21 Sep 2005 19:30:32 -0000 1.73 +++ hb-install-config.xml 19 Nov 2005 09:31:05 -0000 1.74 @@ -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/hb-install-config.xml,v 1.73 2005/09/21 19:30:32 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.74 2005/11/19 09:31:05 swift Exp $ --> <sections> -<version>2.14</version> -<date>2005-09-21</date> +<version>2.15</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
