summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-05 18:46:08 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-05 18:46:08 +0100
commita6417d327261ba2b5a8e8e92b50e90917f0a8118 (patch)
tree7b1b3cc2d82c25f8a76e9b05f88130979d38bd49 /bin
parent40698a86c34158bfd0cdaa35f217d0c93399da37 (diff)
downloadjenkins.debian.net-a6417d327261ba2b5a8e8e92b50e90917f0a8118.tar.xz
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cd_tester.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cd_tester.sh b/bin/cd_tester.sh
index 415e5882..52f41f32 100755
--- a/bin/cd_tester.sh
+++ b/bin/cd_tester.sh
@@ -106,7 +106,7 @@ bootstrap() {
curl -s http://localhost/userContent/${NAME}-preseed.cfg | grep -v ^# |grep -v "^$"
echo
echo "Starting QEMU now:"
- sudo qemu-system-x86_64 -hda -drive file=$NAME.raw,index=0,media=disk,cache=writeback -boot c -m 1024 -display vnc=localhost:$DISPLAY --kernel $KERNEL --append "auto=true priority=critical desktop=lxde locale=en_US keymap=us url=http://10.0.2.2/userContent/${NAME}-preseed.cfg video=vesa:ywrap,mtrr vga=788 --" --initrd $INITRD &
+ sudo qemu-system-x86_64 -drive file=$NAME.raw,index=0,media=disk,cache=writeback -boot c -m 1024 -display vnc=localhost:$DISPLAY --kernel $KERNEL --append "auto=true priority=critical desktop=lxde locale=en_US keymap=us url=http://10.0.2.2/userContent/${NAME}-preseed.cfg video=vesa:ywrap,mtrr vga=788 --" --initrd $INITRD &
;;
*) echo "unsupported distro."
exit 1