From 6b30e9ae74ee7d4ce2708fab48829912a784fe2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Mon, 12 Feb 2007 16:31:59 +0000 Subject: - pass console=ttyS0 to get console output with new xen versions --- xen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen.conf') 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' -- cgit v1.2.3