1
0
mirror of synced 2026-01-20 09:34:58 +00:00

2006-08-18 08:57:28 by steve

Don't use --keep-debootstrap-dir.  It isn't available in
 Debian Sarge's debootstrap versoin.
This commit is contained in:
steve 2006-08-18 08:57:28 +00:00
parent 80bf100599
commit 88498e95ee

View File

@ -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.