From b402654bc6da490130a3819494befdcf4063952c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 5 Dec 2012 11:40:21 +0100 Subject: Fix keymap preseeding for debian-edu-squeeze-test-standalone, thanks to Petter for the patch --- bin/cd_tester.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cd_tester.sh b/bin/cd_tester.sh index c489ad0c..d758fa65 100755 --- a/bin/cd_tester.sh +++ b/bin/cd_tester.sh @@ -90,7 +90,7 @@ bootstrap() { curl -s http://localhost/userContent/${NAME}-preseed.cfg | grep -v ^# |grep -v "^$" echo echo "Starting QEMU now:" - sudo qemu-system-x86_64 -cdrom $IMAGE -hda $NAME.qcow -boot d -m 1024 -display vnc=localhost:$DISPLAY --kernel $IMAGE_MNT/install.amd/vmlinuz --append "auto=true priority=critical locale=en_US keymap=us url=http://10.0.2.2/userContent/${NAME}-preseed.cfg video=vesa:ywrap,mtrr vga=788 initrd=/install.amd/gtk/initrd.gz -- quiet" --initrd $IMAGE_MNT/install.amd/gtk/initrd.gz & + sudo qemu-system-x86_64 -cdrom $IMAGE -hda $NAME.qcow -boot d -m 1024 -display vnc=localhost:$DISPLAY --kernel $IMAGE_MNT/install.amd/vmlinuz --append "auto=true priority=critical locale=en_US console-keymaps-at/keymap=us url=http://10.0.2.2/userContent/${NAME}-preseed.cfg video=vesa:ywrap,mtrr vga=788 initrd=/install.amd/gtk/initrd.gz -- quiet" --initrd $IMAGE_MNT/install.amd/gtk/initrd.gz & ;; wheezy-lxde) echo "Preseeding used:" -- cgit v1.2.3-70-g09d2