[Debconf-video-commits] r283 - fai-config/doc/src

holger at alioth.debian.org holger at alioth.debian.org
Thu Feb 5 14:35:57 UTC 2009


Author: holger
Date: 2009-02-05 14:35:57 +0000 (Thu, 05 Feb 2009)
New Revision: 283

Modified:
   fai-config/doc/src/preseed.cfg
   fai-config/doc/src/syslinux.cfg
Log:
run fai from d-i (also try harder to preseed countrychooser)

Modified: fai-config/doc/src/preseed.cfg
===================================================================
--- fai-config/doc/src/preseed.cfg	2009-02-05 13:47:06 UTC (rev 282)
+++ fai-config/doc/src/preseed.cfg	2009-02-05 14:35:57 UTC (rev 283)
@@ -285,5 +285,5 @@
 # directly, or use the apt-install and in-target commands to easily install
 # 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 cp /hd-media/final_setup.sh /target/root/
+d-i preseed/late_command string cp /hd-media/final_setup.sh /target/root/ ; in-target sh /root/final_setup.sh
 

Modified: fai-config/doc/src/syslinux.cfg
===================================================================
--- fai-config/doc/src/syslinux.cfg	2009-02-05 13:47:06 UTC (rev 282)
+++ fai-config/doc/src/syslinux.cfg	2009-02-05 14:35:57 UTC (rev 283)
@@ -1,2 +1,2 @@
 default vmlinuz
-append initrd=initrd.gz ramdisk_size=15360 root=/dev/rd/0 devfs=mount,dall rw DEBCONF_PRIORITY=high d-i debian-installer/locale=C  console-keymaps-at/keymap=us preseed/file=/hd-media/preseed.cfg 
+append initrd=initrd.gz ramdisk_size=15360 root=/dev/rd/0 devfs=mount,dall rw DEBCONF_PRIORITY=high d-i debian-installer/locale=C  countrychooser/shortlist=EN console-keymaps-at/keymap=us preseed/file=/hd-media/preseed.cfg 




More information about the Debconf-video-commits mailing list