diff options
author | Steven Chamberlain <steven@pyro.eu.org> | 2014-11-12 18:57:59 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-13 12:00:51 +0100 |
commit | 8cd85f471c01d2c5aaeea2578842b062593b648e (patch) | |
tree | b592ff8298def53012793c73175ccbbef8445fea | |
parent | 40a6457a1c9d445c4f9a65afd372c3ce69dbc5d5 (diff) | |
download | jenkins.debian.net-8cd85f471c01d2c5aaeea2578842b062593b648e.tar.xz |
g-i: log serial console to a file artifact
-rw-r--r-- | bin/g-i-installation.sh | 2 |
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" |