From 1e49e77cbfad44ae22367227569c817924aa2c0c Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 23 Feb 2007 15:41:21 +0000 Subject: [PATCH] 2007-02-23 15:41:21 by steve Typo-fix on the installation source option - to allow test case to pass. --- bin/xt-install-image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/xt-install-image b/bin/xt-install-image index 7acc3ec..5771e96 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -30,7 +30,7 @@ xt-install-image - Install a fresh copy of GNU/Linux into a directory Installation Options: --install-method Specify the installation method to use. - --install-soruce Specify the installation source to use. + --install-source Specify the installation source to use. All other options from xen-create-image will be passed as environmental variables. @@ -80,7 +80,7 @@ Untar a .tar file into the new installation location. This tarfile is assumed t -- http://www.steve.org.uk/ - $Id: xt-install-image,v 1.45 2007-02-23 15:37:05 steve Exp $ + $Id: xt-install-image,v 1.46 2007-02-23 15:41:21 steve Exp $ =cut @@ -395,7 +395,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.45 $'; + my $REVISION = '$Revision: 1.46 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1;