summaryrefslogtreecommitdiff
path: root/xen.conf
diff options
context:
space:
mode:
authorMichael Schröder <mls@suse.de>2007-02-12 16:31:59 +0000
committerMichael Schröder <mls@suse.de>2007-02-12 16:31:59 +0000
commit6b30e9ae74ee7d4ce2708fab48829912a784fe2b (patch)
tree4d95670f937b8bd477f476732c7550f52b2f2116 /xen.conf
parent26e01bf98c72bb6ddef44a96764c07547979be03 (diff)
downloadobs-build-6b30e9ae74ee7d4ce2708fab48829912a784fe2b.tar.gz
obs-build-6b30e9ae74ee7d4ce2708fab48829912a784fe2b.tar.bz2
obs-build-6b30e9ae74ee7d4ce2708fab48829912a784fe2b.zip
- pass console=ttyS0 to get console output with new xen versions
Diffstat (limited to 'xen.conf')
-rw-r--r--xen.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen.conf b/xen.conf
index 0d8afdb..553b45a 100644
--- a/xen.conf
+++ b/xen.conf
@@ -27,7 +27,7 @@ memory = 64
root = "/dev/hda1 ro"
# Sets init=build, reboot on panic
-extra = "init=/bin/bash panic=1"
+extra = "init=/bin/bash console=ttyS0 panic=1"
on_poweroff = 'destroy'
on_reboot = 'destroy'