From 8cd85f471c01d2c5aaeea2578842b062593b648e Mon Sep 17 00:00:00 2001 From: Steven Chamberlain Date: Wed, 12 Nov 2014 18:57:59 +0000 Subject: g-i: log serial console to a file artifact --- bin/g-i-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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" -- cgit v1.2.3-54-g00ecf