diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2008-09-08 13:33:26 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2008-09-08 13:33:26 +0000 |
commit | 4587e5512dbb6f84b5893297b8ee5da022fff619 (patch) | |
tree | 7ef56ed48a06892d167877b8d3017703ad804bd5 /en | |
parent | 2017732dc65698f9db510bd42a30c96ad8a4841b (diff) | |
download | installation-guide-4587e5512dbb6f84b5893297b8ee5da022fff619.zip |
Document netcfg/get_gateway=none
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index e96adeb46..a271ec352 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -837,6 +837,19 @@ d-i netcfg/wireless_wep string #d-i hw-detect/load_firmware boolean true </screen></informalexample> +<para> + +Please note that <command>netcfg</command> will automatically determine the +netmask if <classname>netcfg/get_netmask</classname> is not preseeded. In +this case, the variable has to be marked as <literal>seen</literal> for +automatic installations. Similarly, <command>netcfg</command> will choose +an appropriate address if <classname>netcfg/get_gateway</classname> is not +set. As a special case, you can set +<classname>netcfg/get_gateway</classname> to <quote>none</quote> to specify +that no gateway should be used. + +</para> + </sect2> <sect2 id="preseed-mirror"> |