summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-13 13:23:43 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-13 13:23:43 +0100
commitf97a77c07df246c67fcd330ef8f8b222528601ac (patch)
treeb0f4c40e27613c075f6df7bdb76f3e48517f0c87 /bin
parent3eb6d5bafd1b97255ec45c843a2522dc07bdea6d (diff)
downloadjenkins.debian.net-f97a77c07df246c67fcd330ef8f8b222528601ac.tar.xz
g-i hurd: fix typo
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 c5fe981d..60223bdf 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 console=dom0 $APPEND"
+ APPEND="hd0=nodma console=com0 $APPEND"
;;
*) ;;
esac