]> git.donarmstrong.com Git - neurodebian.git/blobdiff - vm/d-i/squeeze/preseed.cfg
preparing for VM 6.0.5 -- double the partition size
[neurodebian.git] / vm / d-i / squeeze / preseed.cfg
index f78cac55cf96cb9ac4bbc210016fa41e62270e71..6419cbcd8dfe24db30fa65a7b9857bf80cca5b7a 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
@@ -130,14 +131,14 @@ d-i partman-auto/choose_recipe select atomic
 # swap, and uses the rest of the space for the root partition:
 d-i partman-auto/expert_recipe string                         \
       boot-root ::                                            \
-              5000 20000 1000000000 ext3                       \
+              10000 40000 1000000000 ext3                       \
                       $primary{ } $bootable{ }                \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext3 }    \
                       label{NEURODEBIAN}                      \
                       mountpoint{ / }                         \
               .                                               \
-              1024 1024 1024 linux-swap                          \
+              2048 2048 2048 linux-swap                          \
                       method{ swap } format{ }                \
               .
 
@@ -146,6 +147,7 @@ d-i partman-auto/expert_recipe string                         \
 d-i partman/confirm_write_new_label boolean true
 d-i partman/choose_partition select finish
 d-i partman/confirm boolean true
+d-i partman/confirm_nooverwrite boolean true
 
 ### Base system installation
 # Select the initramfs generator used to generate the initrd for 2.6 kernels.
@@ -182,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.
@@ -321,7 +323,7 @@ d-i debian-installer/exit/poweroff boolean true
 # packages and run commands in the target system.
 #d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
 #d-i preseed/late_command string wget -O/target/tmp/initial_setup http://git.debian.org/?p=pkg-exppsy/neurodebian.git;a=blob_plain;f=vm/d-i/tools/initial_setup;hb=HEAD; \
-d-i preseed/late_command string wget -O/target/tmp/initial_setup http://hydra.dartmouth.edu/d-i/tools/initial_setup ; \
+d-i preseed/late_command string wget -O/target/tmp/initial_setup http://head1.hydra.dartmouth.edu/d-i/tools/initial_setup ; \
         in-target /bin/bash /tmp/initial_setup
 
 # XXX here get/call nd_setupguestos ?