From efa78104391629107384587664e57a7eb06cebec Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 11 Mar 2007 16:43:42 +0000 Subject: [PATCH] 2007-03-11 16:43:42 by steve Minor bugfix. --- bin/xen-create-nfs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/xen-create-nfs b/bin/xen-create-nfs index dab6b85..d43b344 100755 --- a/bin/xen-create-nfs +++ b/bin/xen-create-nfs @@ -184,6 +184,8 @@ sub parseCommandLineArguments # Misc. options "admins=s", \$CONFIG{'admins'}, + "kernel=s", \$CONFIG{'kernel'}, + "initrd=s", \$CONFIG{'initrd'}, "force", \$CONFIG{'force'}, "template=s", \$CONFIG{'template'}, @@ -199,7 +201,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.1 $'; + my $REVISION = '$Revision: 1.2 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1;