2006-06-22 14:54:12 by steve
Process the argument "--mirror=xx" - found by tests/getopt.t
This commit is contained in:
@@ -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.]+) / )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user