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 | |
parent | 2017732dc65698f9db510bd42a30c96ad8a4841b (diff) | |
download | installation-guide-4587e5512dbb6f84b5893297b8ee5da022fff619.zip |
Document netcfg/get_gateway=none
-rw-r--r-- | build/arch-options/armel | 0 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 13 |
3 files changed, 14 insertions, 0 deletions
diff --git a/build/arch-options/armel b/build/arch-options/armel new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/build/arch-options/armel diff --git a/debian/changelog b/debian/changelog index 2f979d7a4..1da20440f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ installation-guide (2008xxxx) UNRELEASED; urgency=medium * Describe Orion and Versatile as supported platforms. * Fix the NSLU2 download link. * Describe MIPS Malta. + * Document netcfg/get_gateway=none [ Frans Pop ] * Update copyright to 2008. 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"> |