diff options
author | Gabriele Giacone <1o5g4r8o@gmail.com> | 2014-07-27 13:30:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-08-18 12:36:48 -0400 |
commit | cfe1855fed6503494bf5668b8382962e811dc9b3 (patch) | |
tree | 18b9c8c7b46b75414da00db4c391d13bdf165722 | |
parent | 344c04ef3fc3e96abf0dab3118d92ee6c73ae9cc (diff) | |
download | jenkins.debian.net-cfe1855fed6503494bf5668b8382962e811dc9b3.tar.xz |
Do not attach a serial console anymore.
-rwxr-xr-x | bin/g-i-installation.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index efc122b0..da2961a1 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -49,7 +49,6 @@ mkdir -p results WORKSPACE=$(pwd) RESULTS=$WORKSPACE/results mkdir -p $RESULTS/log -QEMU_SERIAL_OUT=${RESULTS}/log/serial-out.log # # language @@ -151,7 +150,6 @@ bootstrap_system() { QEMU_KERNEL="--kernel $KERNEL --initrd $INITRD" fi QEMU_OPTS="$QEMU_OPTS -drive file=$LV,index=0,media=disk,cache=unsafe -m $RAMSIZE -net nic,vlan=0 -net user,vlan=0,host=10.0.2.1,dhcpstart=10.0.2.2,dns=10.0.2.254" - QEMU_OPTS="$QEMU_OPTS -serial file:${QEMU_SERIAL_OUT}" QEMU_WEBSERVER=http://10.0.2.1/ # preseeding related variables PRESEED_PATH=d-i-preseed-cfgs @@ -260,7 +258,6 @@ boot_system() { ;; *) ;; esac - QEMU_OPTS="$QEMU_OPTS -serial file:${QEMU_SERIAL_OUT}" echo echo "Starting QEMU_ now:" set -x |