From 02b8d65d1488fff82dba3b9cf0a60fb10835402f Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 25 Jun 2006 20:20:40 +0000 Subject: [PATCH] 2006-06-25 20:20:40 by steve BUGFIX: D'oh - rpmstrap was completely unimplemented --- 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 1419037..47ee1f6 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -79,7 +79,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr -- http://www.steve.org.uk/ - $Id: xt-install-image,v 1.16 2006-06-23 08:56:32 steve Exp $ + $Id: xt-install-image,v 1.17 2006-06-25 20:20:40 steve Exp $ =cut @@ -233,7 +233,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.16 $'; + my $REVISION = '$Revision: 1.17 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { @@ -458,7 +458,7 @@ sub installRPMStrapImage # The command we're going to run. # my $command = "rpmstrap $VERBOSE $CONFIG{'dist'} $CONFIG{'location'}"; - + runCommand( $command ); }