diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-02 14:07:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-02 14:07:57 +0100 |
commit | 392049db1abb46174cf28dd8c0220fab3531452f (patch) | |
tree | 1b027d38bbfeff9578372e1229e83803effb44df /bin | |
parent | 331c0937619c638f529ef129d06c691a51ec67dc (diff) | |
download | jenkins.debian.net-392049db1abb46174cf28dd8c0220fab3531452f.tar.xz |
boot with acpi=off to disable screensaver and fix jenkins-plugins to not upate state every 5min
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 6e2c72fb..54ccd2d2 100755 --- a/bin/cd_tester.sh +++ b/bin/cd_tester.sh @@ -63,7 +63,7 @@ bootstrap() { case $NAME in debian-edu-wheezy) echo "fire up 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 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 url=http://10.0.2.2/userContent/$NAME-preseed.cfg video=vesa:ywrap,mtrr vga=788 acpi=off initrd=/install.amd/gtk/initrd.gz -- quiet" --initrd $IMAGE_MNT/install.amd/gtk/initrd.gz & ;; *) echo "unsupported distro." exit 1 |