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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user