1
0
mirror of synced 2026-02-08 00:31:28 +00:00

2006-08-24 16:26:36 by steve

BUGFIX:  noswap is not initialised any more, to allow the hook scripts to work as expected.
This commit is contained in:
steve
2006-08-24 16:26:36 +00:00
parent e0ce9be7d1
commit 4ead9ffa09

View File

@@ -446,7 +446,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.85 2006-08-24 12:43:06 steve Exp $
$Id: xen-create-image,v 1.86 2006-08-24 16:26:36 steve Exp $
=cut
@@ -744,7 +744,6 @@ sub setupDefaultOptions
$CONFIG{'memory'} = '96Mb';
$CONFIG{'size'} = '2000Mb';
$CONFIG{'swap'} = '128M';
$CONFIG{'noswap'} = 0;
$CONFIG{'cache'} = 'yes';
$CONFIG{'image'} = 'sparse';
@@ -952,7 +951,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.85 $';
my $REVISION = '$Revision: 1.86 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;