From 97b54ed7d05cbbd1035e5a02028f140f90bc2ed7 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 4 Sep 2007 20:55:19 +0000 Subject: [PATCH] 2007-09-04 20:55:19 by steve Allow the user to specify 'serial_device' & 'disk_device'. --- etc/xen-tools.conf | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index ae57e06..402a1f7 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -235,7 +235,7 @@ mirror = http://ftp.us.debian.org/debian/ # # Filesystem options for the different filesystems we support. # -ext3_options_ = noatime,nodiratime,errors=remount-ro +ext3_options = noatime,nodiratime,errors=remount-ro ext2_options = noatime,nodiratime,errors=remount-ro xfs_options = defaults reiser_options = defaults @@ -245,3 +245,18 @@ reiser_options = defaults # created. # # boot = 1 + + +# +# If you're using a newer version of the Xen guest kernel you will +# need to make sure that you use 'xvc0' for the guest serial device, +# and 'xvdX' instead of 'sdX' for serial devices. +# +# You may specify the things to use here: +# +# serial_device = tty1 #default +# serial_device = xvc0 +# +# disk_device = sda #default +# disk_device = xvda +#