diff --git a/xen-create-image b/xen-create-image index 94244c2..5e9ef27 100755 --- a/xen-create-image +++ b/xen-create-image @@ -351,7 +351,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.94 2006-02-17 07:32:06 steve Exp $ + $Id: xen-create-image,v 1.95 2006-02-17 07:57:54 steve Exp $ =cut @@ -647,7 +647,7 @@ else { # # Loopback - $image_cmd = "/bin/dd if=/dev/zero of=$image bs=$CONFIG{'size'} count=1 seek=1024"; + $image_cmd = "/bin/dd if=/dev/zero of=$image bs=$CONFIG{'size'} count=0 seek=1024"; } runCommand( $image_cmd ); @@ -974,7 +974,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.94 $'; + my $REVISION = '$Revision: 1.95 $'; if ( $REVISION =~ /1.([0-9.]+) / ) {