1
0
mirror of synced 2026-02-02 14:30:57 +00:00

2005-12-19 18:39:43 by steve

--dist works correctly.
This commit is contained in:
steve
2005-12-19 18:39:43 +00:00
parent 09061af2d5
commit 310e8170b9

View File

@@ -193,7 +193,7 @@ broadcast = 255.255.255.0
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.29 2005-12-19 18:30:14 steve Exp $
$Id: xen-create-image,v 1.30 2005-12-19 18:39:43 steve Exp $
=cut
@@ -684,7 +684,7 @@ sub parseCommandLineArguments
"memory=s", \$CONFIG{'memory'},
"fs=s", \$CONFIG{'fs'},
"boot", \$CONFIG{'boot'},
"dist", \$CONFIG{'dist'},
"dist=s", \$CONFIG{'dist'},
"help", \$HELP,
"manual", \$MANUAL
);