From 487cd59150eb007959804e8de848fdc88dacbc21 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 27 Oct 2014 20:06:29 +0100 Subject: g-i-i: try to workaround lp#1318119, broken graphics with cirrus card, see eg https://jenkins.debian.net/job/g-i-installation_debian-edu_jessie_standalone_mate/18/artifact/results//snapshot_007321.png or the bug in launchpad for examples --- bin/g-i-installation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 6a80313f..493572de 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -168,7 +168,8 @@ bootstrap_system() { *_hurd*) QEMU_OPTS="$QEMU_OPTS -vga std" gzip -cd $IMAGE_MNT/boot/kernel/gnumach.gz > $WORKSPACE/gnumach ;; - *) QEMU_KERNEL="--kernel $IMAGE_MNT/install.amd/vmlinuz --initrd $IMAGE_MNT/install.amd/gtk/initrd.gz" + *) QEMU_OPTS="$QEMU_OPTS -vga std" # try to workaround lp#1318119 + QEMU_KERNEL="--kernel $IMAGE_MNT/install.amd/vmlinuz --initrd $IMAGE_MNT/install.amd/gtk/initrd.gz" ;; esac else -- cgit v1.2.3-54-g00ecf