From 88498e95ee451ff0c5616dcc00841bb12787410c Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 18 Aug 2006 08:57:28 +0000 Subject: [PATCH] 2006-08-18 08:57:28 by steve Don't use --keep-debootstrap-dir. It isn't available in Debian Sarge's debootstrap versoin. --- 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 a04866f..abf604e 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -80,7 +80,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr -- http://www.steve.org.uk/ - $Id: xt-install-image,v 1.25 2006-08-16 09:42:44 steve Exp $ + $Id: xt-install-image,v 1.26 2006-08-18 08:57:28 steve Exp $ =cut @@ -237,7 +237,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.25 $'; + my $REVISION = '$Revision: 1.26 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { @@ -416,7 +416,7 @@ sub installDebootstrapImage # # This is the command we'll run # - my $command = "/usr/sbin/debootstrap --keep-debootstrap-dir $EXTRA $CONFIG{'dist'} $CONFIG{'location'} $CONFIG{'mirror'}"; + my $command = "/usr/sbin/debootstrap $EXTRA $CONFIG{'dist'} $CONFIG{'location'} $CONFIG{'mirror'}"; # # Run the command.