diff options
author | Philipp Kern <pkern@debian.org> | 2012-10-13 12:57:45 +0000 |
---|---|---|
committer | Philipp Kern <pkern@debian.org> | 2012-10-13 12:57:45 +0000 |
commit | 7004e231c397771225ede51d279c5f281dc072ab (patch) | |
tree | c90c4fb4f64e977f7d5615992dd2adaea6665b2a /en/appendix | |
parent | 8492f77029934e3b3e4ad73620bb2ba0e35d4e8d (diff) | |
download | installation-guide-7004e231c397771225ede51d279c5f281dc072ab.zip |
network preseeding: add new netcfg/hostname option
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 4a924e1e4..847f9ba36 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -881,6 +881,11 @@ d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain +# If you want to force a hostname, regardless of what either the DHCP +# server returns or what the reverse DNS entry for the IP is, uncomment +# and adjust the following line. +#d-i netcfg/hostname string somehost + # Disable that annoying WEP key dialog. d-i netcfg/wireless_wep string # The wacky dhcp hostname that some ISPs use as a password of sorts. |