2005-12-21 02:32:00 by steve
Removed redundent 'done' after 'finished' - post debootstrap.
This commit is contained in:
parent
71918cceb6
commit
b3295fda55
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user