diff options
author | Michael Schröder <mls@suse.de> | 2007-02-12 16:31:59 +0000 |
---|---|---|
committer | Michael Schröder <mls@suse.de> | 2007-02-12 16:31:59 +0000 |
commit | 6b30e9ae74ee7d4ce2708fab48829912a784fe2b (patch) | |
tree | 4d95670f937b8bd477f476732c7550f52b2f2116 /xen.conf | |
parent | 26e01bf98c72bb6ddef44a96764c07547979be03 (diff) | |
download | obs-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.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |