]> git.madduck.net Git - code/vinst.git/blobdiff - preseed/jessie/preseed.cfg

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

wget -c with -m makes no sense
[code/vinst.git] / preseed / jessie / preseed.cfg
index a9134895b67341068f2c30ce2f384b377846754b..e50158447bd2b16b4d1eb4f6387ac72617f4c8f3 100644 (file)
@@ -7,6 +7,9 @@ d-i netcfg/choose_interface select auto
 d-i netcfg/dhcp_options select Configure network manually
 d-i netcfg/confirm_static boolean true
 d-i netcfg/wireless_wep string
+# prevent rDNS discovery
+d-i netcfg/get_hostname seen true
+d-i netcfg/get_domain seen true
 
 d-i hw-detect/load_firmware boolean true