summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2012-12-04 22:57:46 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-05 00:19:11 +0100
commit77ccfca2ec49cf7e4a65adee20561fe7e8198f25 (patch)
tree7e7d2e2c9877a67850c3ff0867c40492c58a0b3f /bin
parentc957558f3291535e31e56cae3ac7b90c31430984 (diff)
downloadjenkins.debian.net-77ccfca2ec49cf7e4a65adee20561fe7e8198f25.tar.xz
Add new CD test for Debian Edu/Squeeze test image with Standalone profile.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cd_tester.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/cd_tester.sh b/bin/cd_tester.sh
index 6d527a73..61b61c41 100755
--- a/bin/cd_tester.sh
+++ b/bin/cd_tester.sh
@@ -79,6 +79,10 @@ bootstrap() {
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 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 &
;;
+ debian-edu-squeeze-test-standalone)
+ 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 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 &
+ ;;
lxde-wheezy)
echo "fire up qemu now..."
sudo qemu-system-x86_64 -hda $NAME.qcow -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 &