]> git.donarmstrong.com Git - neurodebian.git/blobdiff - vm/d-i/squeeze/preseed.cfg
additional tune ups for VM images -- still hostname debian
[neurodebian.git] / vm / d-i / squeeze / preseed.cfg
index d40af09e960ae0dcf98e9d3f95d72f050080dac9..db13fc7bd1959849d0ec58816665382566923d59 100644 (file)
@@ -45,12 +45,13 @@ d-i netcfg/choose_interface select auto
 # values set here. However, setting the values still prevents the questions
 # from being shown, even if values come from dhcp.
 d-i netcfg/get_hostname string neurodebian
+d-i netcfg/invalid_hostname string neurodebian
 # d-i netcfg/get_domain string unassigned-domain
 
 # 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.
-#d-i netcfg/dhcp_hostname string radish
+# d-i netcfg/dhcp_hostname string neurodebian
 
 # If non-free firmware is needed for the network or other hardware, you can
 # configure the installer to always try to load it, without prompting. Or
@@ -183,7 +184,7 @@ d-i passwd/user-uid string 1000
 
 # The user account will be added to some standard initial groups. To
 # override that, use this.
-d-i passwd/user-default-groups string audio cdrom video plugdev dip sudo
+d-i passwd/user-default-groups string audio cdrom floppy video plugdev dip sudo
 
 ### Apt setup
 # You can choose to install non-free and contrib software.