diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-13 01:47:14 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-13 01:47:14 +0100 |
commit | 638355a2b83d54c525003edba0025ae173b396a0 (patch) | |
tree | 2c15c99744bc27c00f5d8b0a62d7a01a6c46f111 /bin | |
parent | d7f86a2d85edd5688cf5492953453c5c42b55a0d (diff) | |
download | jenkins.debian.net-638355a2b83d54c525003edba0025ae173b396a0.tar.xz |
g-i hurd: redirect kernel and syslog to serial port
Diffstat (limited to 'bin')
-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 d1a27c84..f4775c12 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -318,7 +318,7 @@ bootstrap_system() { # timeouts, so rather avoid them # completely, in qemu PIO is actually # not slower than DMA anyway. - APPEND="hd0=nodma $APPEND" + APPEND="hd0=nodma console=dom0 $APPEND" ;; *) ;; esac |