From 7bbf7be9dfd3aaa87651d5d41e54bcae14ea8ad1 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 1 Sep 2007 19:22:37 +0000 Subject: [PATCH] 2007-09-01 19:22:37 by steve Make explicit notice of the invalid *-cmd flags. --- bin/xen-create-image | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 5284a26..3f7115d 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -36,9 +36,9 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH. --config Read the specified file in addition to the global configuration file. - --copy-cmd Not used. + --copy-cmd NOP: Ignored. - --debootstrap-cmd Not used. + --debootstrap-cmd NOP: Ignored. --force Force overwriting existing images. This will remove existing images or LVM volumes which match @@ -89,7 +89,7 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH. --size Set the size of the primary disk image. - --tar-cmd Not used. + --tar-cmd NOP: Ignored. --swap Set the size of the swap partition. @@ -596,7 +596,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.178 2007-08-11 18:24:08 steve Exp $ + $Id: xen-create-image,v 1.179 2007-09-01 19:22:37 steve Exp $ =cut @@ -1338,10 +1338,8 @@ sub parseCommandLineArguments # # NOTE: We set the local variable here, not the global. # - "copy-cmd=s", \$CONFIG{'copy-cmd'}, # NOP - IGNORED. "install-method=s", \$CONFIG{'install-method'}, "install-source=s", \$CONFIG{'install-source'}, - "tar-cmd=s", \$CONFIG{'tar-cmd'}, # NOP - IGNORED. # Misc. options "accounts", \$CONFIG{'accounts'}, @@ -1377,7 +1375,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.178 $'; + my $REVISION = '$Revision: 1.179 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1;