diff options
author | Gabriele Giacone <1o5g4r8o@gmail.com> | 2014-04-10 17:47:16 +0200 |
---|---|---|
committer | Gabriele Giacone <1o5g4r8o@gmail.com> | 2014-04-10 17:47:16 +0200 |
commit | 179b38d698a1f4290de9b604fd85ca8c060ca22b (patch) | |
tree | 313a799aa5951d6e5788fa5dc9427a0def5cf48d /bin | |
parent | bcb63961e09cd1be0fd89092675ac372bdf0512e (diff) | |
download | jenkins.debian.net-179b38d698a1f4290de9b604fd85ca8c060ca22b.tar.xz |
[hurd] Switch vga from cirrus to std to test whether black screen persists.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 1 |
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 |