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

2005-12-21 02:32:00 by steve

Removed redundent 'done' after 'finished'  - post debootstrap.
This commit is contained in:
steve 2005-12-21 02:32:00 +00:00
parent 71918cceb6
commit b3295fda55

View File

@ -208,7 +208,7 @@ suffixed with either Mb, or Gb.
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.40 2005-12-21 02:25:18 steve Exp $
$Id: xen-create-image,v 1.41 2005-12-21 02:32:00 steve Exp $
=cut
@ -463,7 +463,6 @@ print "\rDone .........
print "\n\nRunning debootstrap to install the system. This will take a while!\n";
my $debootstrap = "debootstrap $CONFIG{'dist'} $dir $CONFIG{'mirror'}";
runCommandWithProgress( $debootstrap );
print "Done\n";
#
# Copy these files as a speed boost for the next run.