summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSteven Chamberlain <steven@pyro.eu.org>2014-11-12 18:57:59 +0000
committerHolger Levsen <holger@layer-acht.org>2014-11-13 12:00:51 +0100
commit8cd85f471c01d2c5aaeea2578842b062593b648e (patch)
treeb592ff8298def53012793c73175ccbbef8445fea /bin
parent40a6457a1c9d445c4f9a65afd372c3ce69dbc5d5 (diff)
downloadjenkins.debian.net-8cd85f471c01d2c5aaeea2578842b062593b648e.tar.xz
g-i: log serial console to a file artifact
Diffstat (limited to 'bin')
-rw-r--r--bin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index f4775c12..c5fe981d 100644
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -235,7 +235,7 @@ bootstrap_system() {
else
QEMU_KERNEL="--kernel $KERNEL --initrd $INITRD"
fi
- QEMU_OPTS="$QEMU_OPTS -drive file=$LV,index=0,media=disk,cache=unsafe -m $RAMSIZE $QEMU_NET_OPTS"
+ QEMU_OPTS="$QEMU_OPTS -drive file=$LV,index=0,media=disk,cache=unsafe -serial file:$RESULTS/serial.log -m $RAMSIZE $QEMU_NET_OPTS"
INST_LOCALE="locale=$DI_LOCALE"
INST_KEYMAP="keymap=us" # always us!
INST_VIDEO="video=vesa:ywrap,mtrr vga=788"