From cd06dac3d729711e05750453d332f0ee37fb1eb8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 5 Dec 2012 00:39:53 +0100 Subject: cleanup previous commit a bit and also use the opportunity to cleanup other related stuff --- bin/cd_tester.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'bin/cd_tester.sh') diff --git a/bin/cd_tester.sh b/bin/cd_tester.sh index 61b61c41..aedfbb94 100755 --- a/bin/cd_tester.sh +++ b/bin/cd_tester.sh @@ -3,13 +3,13 @@ # Copyright 2012 Holger Levsen # released under the GPLv=2 -# $1 = vnc-display +# $1 = vnc-display, each job should have a unique one, so jobs can run in parallel # $2 = name # $3 = wget url/jigdo url if [ "$1" = "" ] || [ "$2" = "" ] || [ "$3" = "" ] ; then echo "need three params" - echo '# $1 = vnc-display' + echo '# $1 = vnc-display, each job should have a unique one, so jobs can run in parallel' echo '# $2 = name' echo '# $3 = wget url/jigdo url' exit 1 @@ -86,9 +86,6 @@ bootstrap() { 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 & - # wheezy: qemu-system-x86_64 -cdrom debian-6.0.6-amd64-businesscard.iso -hda debian.qcow -boot d -m 2048 -display vnc=localhost:1 --kernel /mnt/install.amd/vmlinuz --append "auto=true priority=critical url=http://10.0.2.2/userContent/preseed.cfg vga=788 initrd=/install.amd/initrd.gz" --initrd /mnt/install.amd/initrd.gz - # kernel /install.amd/vmlinuz - # append desktop=lxde video=vesa:ywrap,mtrr vga=788 initrd=/install.amd/gtk/initrd.gz -- quiet ;; *) echo "unsupported distro." exit 1 -- cgit v1.2.3-70-g09d2