2006-06-25 17:29:52 by steve
Fix a couple of typos, see Debian bug #375382.
This commit is contained in:
@@ -433,7 +433,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.46 2006-06-24 22:18:37 steve Exp $
|
||||
$Id: xen-create-image,v 1.47 2006-06-25 17:29:52 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -851,7 +851,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.46 $';
|
||||
my $REVISION = '$Revision: 1.47 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
@@ -1241,7 +1241,7 @@ sub createLVMBits
|
||||
|
||||
|
||||
#
|
||||
# Check whether the sawp volume exists already, and if so abort
|
||||
# Check whether the swap volume exists already, and if so abort
|
||||
# unless '--force' is specified.
|
||||
#
|
||||
my $lvm_swap = "/dev/$CONFIG{'lvm'}/$CONFIG{'hostname'}-swap";
|
||||
@@ -1254,7 +1254,7 @@ sub createLVMBits
|
||||
}
|
||||
else
|
||||
{
|
||||
print "The LVM sawp image already exists. Aborting.\n";
|
||||
print "The LVM swap image already exists. Aborting.\n";
|
||||
print "Specify '--force' to delete and recreate\n";
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@ image = sparse # Specify sparse vs. full disk images.
|
||||
# sid - Debian
|
||||
# sarge - Debian
|
||||
# etch - Debian
|
||||
# dapper - Unbuntu
|
||||
# dapper - Ubuntu
|
||||
# centos4 - CentOS 4.
|
||||
#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user