[Debian-NP-Commits] r240 - people/vagrant/simple-cdd

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Wed, 24 Nov 2004 23:05:38 -0700


Author: vagrant-guest
Date: Wed Nov 24 23:05:32 2004
New Revision: 240

Modified:
   people/vagrant/simple-cdd/CONF.sh
   people/vagrant/simple-cdd/README
Log:
tested language and country selection from boot prompt.


Modified: people/vagrant/simple-cdd/CONF.sh
==============================================================================
--- people/vagrant/simple-cdd/CONF.sh	(original)
+++ people/vagrant/simple-cdd/CONF.sh	Wed Nov 24 23:05:32 2004
@@ -300,6 +300,8 @@
 export TASK=$simple_cdd_path/simple-cdd.task
 export INSTALLER_CD=2
 export KERNEL_PARAMS="preseed/file=/cdrom/simple-cdd/default.preseed"
+# preselect language and country settings.
+#export KERNEL_PARAMS="preseed/file=/cdrom/simple-cdd/default.preseed languagechooser/language-name=English countrychooser/shortlist=US"
 
 # additional debconf pre-seeding files (suitable for use with
 # debconf-set-selections)

Modified: people/vagrant/simple-cdd/README
==============================================================================
--- people/vagrant/simple-cdd/README	(original)
+++ people/vagrant/simple-cdd/README	Wed Nov 24 23:05:32 2004
@@ -49,9 +49,7 @@
 
 you can alter the default boot parameters by editing CONF.sh:
 
-KERNEL_PARAMS="preseed/file=/cdrom/simple-cdd/default.preseed languagechooser/language-name=English countrychooser/country-name='United States'"
-
-FIXME: i have not tested this example
+KERNEL_PARAMS="preseed/file=/cdrom/simple-cdd/default.preseed languagechooser/language-name=English countrychooser/shortlist=US"
 
 this can be useful if you need to specify a language.