1
0
mirror of synced 2026-04-27 04:46:28 +00:00

2006-09-10 21:05:03 by steve

--tar-cmd + --copy-cmd are *only* valid in the configuration file.
This commit is contained in:
steve
2006-09-10 21:05:03 +00:00
parent 279d8e74da
commit 23a16f81fb

View File

@@ -81,6 +81,7 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH.
--copy-cmd This allows you to specify the command actually used for
installation when using "--copy"
NOTE This option is *only* valid in the configuration file.
--dist Specify the distribution you wish to install.
@@ -100,6 +101,7 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH.
--tar-cmd This allows you to specify the command actually used for
installation when using "--tar".
NOTE This option is *only* valid in the configuration file.
--template Specify which template file to use when creating the
Xen configuration file.
@@ -460,7 +462,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.93 2006-09-10 21:04:20 steve Exp $
$Id: xen-create-image,v 1.94 2006-09-10 21:05:03 steve Exp $
=cut
@@ -968,7 +970,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.93 $';
my $REVISION = '$Revision: 1.94 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;