2006-10-24 09:22:22 by steve
Updated for v2.8
This commit is contained in:
@@ -498,7 +498,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.100 2006-10-12 23:08:21 steve Exp $
|
||||
$Id: xen-create-image,v 1.101 2006-10-24 09:22:22 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -545,7 +545,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.7';
|
||||
my $RELEASE = '2.8';
|
||||
|
||||
|
||||
|
||||
@@ -1020,7 +1020,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.100 $';
|
||||
my $REVISION = '$Revision: 1.101 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -124,7 +124,7 @@ Specify the EVMS container where images were previously saved.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-delete-image,v 1.21 2006-10-12 23:08:21 steve Exp $
|
||||
$Id: xen-delete-image,v 1.22 2006-10-24 09:22:22 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -159,7 +159,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.7';
|
||||
my $RELEASE = '2.8';
|
||||
|
||||
|
||||
|
||||
@@ -314,7 +314,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.21 $';
|
||||
my $REVISION = '$Revision: 1.22 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -67,7 +67,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-list-images,v 1.17 2006-10-12 23:08:21 steve Exp $
|
||||
$Id: xen-list-images,v 1.18 2006-10-24 09:22:22 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen";
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.7';
|
||||
my $RELEASE = '2.8';
|
||||
|
||||
|
||||
|
||||
@@ -240,7 +240,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.17 $';
|
||||
my $REVISION = '$Revision: 1.18 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -86,7 +86,7 @@ Specify the EVMS container which contains the image(s).
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-update-image,v 1.14 2006-10-12 23:08:21 steve Exp $
|
||||
$Id: xen-update-image,v 1.15 2006-10-24 09:22:22 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -121,7 +121,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.7';
|
||||
my $RELEASE = '2.8';
|
||||
|
||||
|
||||
#
|
||||
@@ -383,7 +383,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.14 $';
|
||||
my $REVISION = '$Revision: 1.15 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -96,7 +96,7 @@ xt-create-config - Create a Xen configuration file for a new guest
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xt-create-xen-config,v 1.22 2006-10-12 23:08:21 steve Exp $
|
||||
$Id: xt-create-xen-config,v 1.23 2006-10-24 09:22:22 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -137,7 +137,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.7';
|
||||
my $RELEASE = '2.8';
|
||||
|
||||
|
||||
|
||||
@@ -203,7 +203,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.22 $';
|
||||
my $REVISION = '$Revision: 1.23 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -66,7 +66,7 @@ xt-customize-image - Customize a freshly installed copy of GNU/Linux
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xt-customize-image,v 1.20 2006-10-12 23:08:21 steve Exp $
|
||||
$Id: xt-customize-image,v 1.21 2006-10-24 09:22:22 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -99,7 +99,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.7';
|
||||
my $RELEASE = '2.8';
|
||||
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.20 $';
|
||||
my $REVISION = '$Revision: 1.21 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -80,7 +80,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xt-install-image,v 1.38 2006-10-22 19:03:42 steve Exp $
|
||||
$Id: xt-install-image,v 1.39 2006-10-24 09:22:22 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -112,7 +112,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.7';
|
||||
my $RELEASE = '2.8';
|
||||
|
||||
|
||||
|
||||
@@ -377,7 +377,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.38 $';
|
||||
my $REVISION = '$Revision: 1.39 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
Reference in New Issue
Block a user