From 3c2ef9216626e5883feeb60a89caaba10c6e2254 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 27 Apr 2014 23:39:08 +0200 Subject: g-i: always use larger video --- bin/g-i-installation.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 431c3f66..ac70c0f0 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -123,8 +123,9 @@ bootstrap_system() { echo "Doing g-i installation test for $NAME now." # qemu related variables (incl kernel+initrd) - display first, as we grep for this in the process list QEMU_OPTS="-display vnc=$DISPLAY -no-shutdown -enable-kvm" - VIDEOBITRATE=700 - VIDEOSIZE=800x600 + VIDEOBITRATE=1200 + VIDEOSIZE=1024x768 + CONVERTOPTS="-gravity center -background gray10 -extent $VIDEOSIZE" if [ -n "$IMAGE" ] ; then QEMU_OPTS="$QEMU_OPTS -cdrom $IMAGE -boot d" case $NAME in @@ -132,9 +133,6 @@ bootstrap_system() { *_hurd*) QEMU_OPTS="$QEMU_OPTS -cpu host" QEMU_OPTS="$QEMU_OPTS -vga std" gzip -cd $IMAGE_MNT/boot/kernel/gnumach.gz > $WORKSPACE/gnumach - VIDEOBITRATE=1200 - VIDEOSIZE=1024x768 - CONVERTOPTS="-gravity center -background gray10 -extent $VIDEOSIZE" ;; *) QEMU_KERNEL="--kernel $IMAGE_MNT/install.amd/vmlinuz --initrd $IMAGE_MNT/install.amd/gtk/initrd.gz" ;; -- cgit v1.2.3-70-g09d2