1
0
mirror of synced 2026-05-03 23:08:47 +00:00

2006-06-22 14:54:12 by steve

Process the argument "--mirror=xx" - found by tests/getopt.t
This commit is contained in:
steve
2006-06-22 14:54:12 +00:00
parent 5e7a8c9dcd
commit 11f5c569e0

View File

@@ -432,7 +432,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.39 2006-06-22 14:21:38 steve Exp $
$Id: xen-create-image,v 1.40 2006-06-22 14:54:12 steve Exp $
=cut
@@ -807,6 +807,7 @@ sub parseCommandLineArguments
"dir=s", \$CONFIG{'dir'},
"kernel=s", \$CONFIG{'kernel'},
"initrd=s", \$CONFIG{'initrd'},
"mirror=s", \$CONFIG{'mirror'},
"lvm=s", \$CONFIG{'lvm'},
# Networking options
@@ -845,7 +846,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.39 $';
my $REVISION = '$Revision: 1.40 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{