From 4ead9ffa099d3b8d76e6134d81bb6d5029472ad4 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 24 Aug 2006 16:26:36 +0000 Subject: [PATCH] 2006-08-24 16:26:36 by steve BUGFIX: noswap is not initialised any more, to allow the hook scripts to work as expected. --- bin/xen-create-image | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index aa0120e..bf913d6 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -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;