1
0
mirror of synced 2026-02-15 19:56:05 +00:00

2006-06-25 20:20:40 by steve

BUGFIX:  D'oh - rpmstrap was completely unimplemented
This commit is contained in:
steve
2006-06-25 20:20:40 +00:00
parent 1e6380cba7
commit 02b8d65d14

View File

@@ -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 );
}