2007-10-25 12:26:08 by steve
More test updates
This commit is contained in:
parent
9a31f9bf0e
commit
d122f1141f
@ -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;
|
||||
|
||||
@ -271,6 +271,6 @@ reiser_options = defaults
|
||||
# that behaviour you may do so here.
|
||||
#
|
||||
#
|
||||
# output = /etc/xen
|
||||
# suffix = .cfg
|
||||
# output = /etc/xen
|
||||
# extension = .cfg
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user