2007-06-16 13:31:41 by steve
Removed trailing whitespace.
This commit is contained in:
parent
f818b60e83
commit
76475ec3c3
@ -115,7 +115,7 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH.
|
||||
|
||||
Networking options:
|
||||
|
||||
--dhcp The guest will be configured to fetch its networking
|
||||
--dhcp The guest will be configured to fetch its networking
|
||||
details via DHCP.
|
||||
|
||||
--gateway Setup the network gateway for the new instance.
|
||||
@ -564,7 +564,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.154 2007-06-13 23:56:51 steve Exp $
|
||||
$Id: xen-create-image,v 1.155 2007-06-16 13:31:41 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -1239,7 +1239,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.154 $';
|
||||
my $REVISION = '$Revision: 1.155 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
@ -1965,7 +1965,7 @@ sub createLoopbackImages
|
||||
=begin doc
|
||||
|
||||
This function is used if you want your new system be installed to a
|
||||
physical drive (e.g. partition /dev/hda4) or to an already existing
|
||||
physical drive (e.g. partition /dev/hda4) or to an already existing
|
||||
logical volume (e.g. /dev/root_vg/xen_root_lv).
|
||||
|
||||
Walter Reiner
|
||||
@ -2185,7 +2185,7 @@ sub createEVMSBits
|
||||
}
|
||||
|
||||
#
|
||||
# Check whether the EVMS object exists, abort unless '--force'
|
||||
# Check whether the EVMS object exists, abort unless '--force'
|
||||
# is specified.
|
||||
#
|
||||
# Note: $evms_object_disk is not specified directly as a device
|
||||
|
||||
@ -89,7 +89,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-nfs,v 1.9 2007-05-24 17:35:18 steve Exp $
|
||||
$Id: xen-create-nfs,v 1.10 2007-06-16 13:31:41 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -162,7 +162,7 @@ testArguments();
|
||||
#
|
||||
if ( -e "/etc/xen/$CONFIG{'hostname'}.cfg" )
|
||||
{
|
||||
die "Configuration file for $CONFIG{'hostname'} already exists"
|
||||
die "Configuration file for $CONFIG{'hostname'} already exists"
|
||||
unless( $CONFIG{'force'} );
|
||||
}
|
||||
|
||||
@ -323,7 +323,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.9 $';
|
||||
my $REVISION = '$Revision: 1.10 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user