]> git.donarmstrong.com Git - neurodebian.git/blobdiff - vm/d-i/wheezy/preseed.cfg
trying to find matching preseeding for keyboard + ship initial_setup from wheezy...
[neurodebian.git] / vm / d-i / wheezy / preseed.cfg
index 6419cbcd8dfe24db30fa65a7b9857bf80cca5b7a..4b785664fa24a2d4785fb35b609d80f170fc8b07 100644 (file)
@@ -8,7 +8,8 @@ d-i debian-installer/locale string en_US
 
 # Keyboard selection.
 #d-i console-tools/archs select at
-d-i console-keymaps-at/keymap select us
+#d-i console-setup-pc-ekmap/keymap select us
+d-i countrychooser/country-name select United States
 # Example for a different keyboard architecture
 #d-i console-keymaps-usb/keymap select mac-usb-us
 
@@ -75,7 +76,7 @@ d-i mirror/http/directory string /debian
 #d-i mirror/http/proxy string
 
 # Suite to install.
-d-i mirror/suite string squeeze
+d-i mirror/suite string wheezy
 # Suite to use for loading installer components (optional).
 #d-i mirror/udeb/suite string testing
 
@@ -323,7 +324,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://head1.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/wheezy/initial_setup ; \
         in-target /bin/bash /tmp/initial_setup
 
 # XXX here get/call nd_setupguestos ?