From b80872be72d77cd1fbb9f06a9e87f9e7d9e4ba5e Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 25 Oct 2007 12:17:53 +0000 Subject: [PATCH] 2007-10-25 12:17:53 by steve Document output + suffix settings --- etc/xen-tools.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index 402a1f7..f9f55bb 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -260,3 +260,17 @@ reiser_options = defaults # disk_device = sda #default # disk_device = xvda # + + +# +# Here we specify the output directory which the Xen configuration +# files will be written to, and the suffix to give them. +# +# Historically xen-tools have created configuration files in /etc/xen, +# and given each file the name $hostname.cfg. If you want to change +# that behaviour you may do so here. +# +# +# output = /etc/xen +# suffix = .cfg +#