1
0
mirror of synced 2026-02-07 00:07:12 +00:00

2006-05-26 19:17:03 by steve

BUGFIX.
This commit is contained in:
steve
2006-05-26 19:17:03 +00:00
parent 2fb983603f
commit af390facc4

View File

@@ -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";
}