diff options
author | Frans Pop <elendil@planet.nl> | 2007-04-01 07:26:28 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-04-01 07:26:28 +0000 |
commit | 3328fa7760c393ee188a9b735a932a41a166e870 (patch) | |
tree | 9c0a4eb29f6e108adb29b1ed6627c909a6a1665d /en/using-d-i | |
parent | 1b75bc57c0a3c57a99ce7fab4a3e2366e4c16546 (diff) | |
download | installation-guide-3328fa7760c393ee188a9b735a932a41a166e870.zip |
Rewrite an offending para
Diffstat (limited to 'en/using-d-i')
-rw-r--r-- | en/using-d-i/modules/netcfg.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/en/using-d-i/modules/netcfg.xml b/en/using-d-i/modules/netcfg.xml index daf4f4b03..bd2c7237d 100644 --- a/en/using-d-i/modules/netcfg.xml +++ b/en/using-d-i/modules/netcfg.xml @@ -43,14 +43,14 @@ a <computeroutput>WEP key</computeroutput>. Fill in the answers from </para><note><para> -Some technical details you might, or might not, find handy: the -program assumes the network IP address is the bitwise-AND of your -system's IP address and your netmask. It will guess the broadcast -address is the bitwise OR of your system's IP address with the bitwise -negation of the netmask. It will also guess your gateway. If you -can't find any of these answers, use the system's guesses — you -can change them once the system has been installed, if necessary, by -editing <filename>/etc/network/interfaces</filename>. +Some technical details you might, or might not, find handy: the program +assumes the network IP address is the bitwise-AND of your system's IP +address and your netmask. The default broadcast address is calculated as +the bitwise OR of your system's IP address with the bitwise negation of +the netmask. It will also guess your gateway. If you can't find any of +these answers, use the offered defaults — if necessary, you can +change them by editing <filename>/etc/network/interfaces</filename> once +the system has been installed. </para></note> </sect3> |