summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Kern <pkern@debian.org>2012-10-13 12:57:45 +0000
committerPhilipp Kern <pkern@debian.org>2012-10-13 12:57:45 +0000
commit7004e231c397771225ede51d279c5f281dc072ab (patch)
treec90c4fb4f64e977f7d5615992dd2adaea6665b2a
parent8492f77029934e3b3e4ad73620bb2ba0e35d4e8d (diff)
downloadinstallation-guide-7004e231c397771225ede51d279c5f281dc072ab.zip
network preseeding: add new netcfg/hostname option
-rw-r--r--en/appendix/preseed.xml5
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.