diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-05 11:40:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-05 11:40:21 +0100 |
commit | b402654bc6da490130a3819494befdcf4063952c (patch) | |
tree | 280540ea2aa0fe25361068d02ca28de143e596d5 /bin | |
parent | 877afe5cad6733d96dabe796c672a2d64363a3d6 (diff) | |
download | jenkins.debian.net-b402654bc6da490130a3819494befdcf4063952c.tar.xz |
Fix keymap preseeding for debian-edu-squeeze-test-standalone, thanks to Petter for the patch
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cd_tester.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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:" |