2006-05-26 19:17:03 by steve
BUGFIX.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user