diff --git a/xen-create-image b/xen-create-image index 0b73a7f..bde2fa3 100755 --- a/xen-create-image +++ b/xen-create-image @@ -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.