summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorGabriele Giacone <1o5g4r8o@gmail.com>2014-04-10 17:47:16 +0200
committerGabriele Giacone <1o5g4r8o@gmail.com>2014-04-10 17:47:16 +0200
commit179b38d698a1f4290de9b604fd85ca8c060ca22b (patch)
tree313a799aa5951d6e5788fa5dc9427a0def5cf48d /bin
parentbcb63961e09cd1be0fd89092675ac372bdf0512e (diff)
downloadjenkins.debian.net-179b38d698a1f4290de9b604fd85ca8c060ca22b.tar.xz
[hurd] Switch vga from cirrus to std to test whether black screen persists.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 432d29d8..8bc4cb71 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -141,6 +141,7 @@ bootstrap_system() {
*_kfreebsd) ;;
*_hurd*) QEMU_SERIAL_OUT=${WORKSPACE}/serial-out.log
QEMU_OPTS="$QEMU_OPTS -serial file:${QEMU_SERIAL_OUT}"
+ QEMU_OPTS="$QEMU_OPTS -vga std"
gzip -cd $IMAGE_MNT/boot/kernel/gnumach.gz > $WORKSPACE/gnumach
VIDEOBITRATE=1200
VIDEOSIZE=1024x768