diff --git a/bin/xen-create-image b/bin/xen-create-image index 0c3ef20..c371365 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -597,7 +597,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.191 2007-10-25 12:24:33 steve Exp $ + $Id: xen-create-image,v 1.192 2007-10-25 12:26:08 steve Exp $ =cut @@ -934,7 +934,7 @@ if ( $CONFIG{'boot'} ) # if ( -d "/etc/xen/auto" ) { - my $cfg = $CONFIG{'output'} . "/" . $CONFIG{'hostname'} . $CONFIG{'suffix'}; + my $cfg = $CONFIG{'output'} . "/" . $CONFIG{'hostname'} . $CONFIG{'extension'}; if ( ! -e $cfg ) { @@ -959,7 +959,7 @@ if ( $CONFIG{'boot'} ) else { # Config file. - my $cfg = $CONFIG{'output'} . "/" . $CONFIG{'hostname'} . $CONFIG{'suffix'}; + my $cfg = $CONFIG{'output'} . "/" . $CONFIG{'hostname'} . $CONFIG{'extension'}; # Child. system( "$CONFIG{'xm'} create $cfg >/dev/null 2>/dev/null" ); @@ -1407,7 +1407,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.191 $'; + my $REVISION = '$Revision: 1.192 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index f9f55bb..7e44405 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -271,6 +271,6 @@ reiser_options = defaults # that behaviour you may do so here. # # -# output = /etc/xen -# suffix = .cfg +# output = /etc/xen +# extension = .cfg #