diff --git a/xen-create-image b/xen-create-image index 5b6ce53..6791ffe 100755 --- a/xen-create-image +++ b/xen-create-image @@ -457,7 +457,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.123 2006-05-26 19:07:02 steve Exp $ + $Id: xen-create-image,v 1.124 2006-05-26 19:17:03 steve Exp $ =cut @@ -1039,7 +1039,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.123 $'; + my $REVISION = '$Revision: 1.124 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { @@ -1457,7 +1457,7 @@ sub showFinishedInstructions my $mountLine = ''; - if ( defined( param{'loopback'} ) && ( param{'loopback'} ) ) + if ( defined( $param{'loopback'} ) && ( $param{'loopback'} ) ) { $mountLine = "mount -t $CONFIG{'fs'} -o loop $image /mnt/tmp"; }