1
0
mirror of synced 2026-04-30 13:51:42 +00:00

2006-06-25 17:39:54 by steve

More spell-checking fixes, found via "pod2txt" + "ispell".
  :)
This commit is contained in:
steve
2006-06-25 17:39:54 +00:00
parent f86cde729e
commit d9df08c5f4
2 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ Install a new system by copying files recursively from the given directory. Thi
Show the commands this script executes as an aid to debugging, along with their output once it has completed.
=item B<--debootstrap>
Use the B<debootstrap> tool to install the distribution B<--dist>. When specifying B<--debootstrap> you should choose a local mirror with B<--mirror>
Use the B<--debootstrap> tool to install the distribution B<--dist>. When specifying B<--debootstrap> you should choose a local mirror with B<--mirror>
=item B<--dhcp>
Specify that the virtual image should use DHCP to obtain its networking information. This option conflicts with B<--ip>.
@@ -249,7 +249,7 @@ Create a configuration file in /etc/xen so that xm can create the new image.
xen-create-image --hostname=vm03.my.flat --ip=192.168.1.201
This makes use of loopback images stored beneath B</home/xen> and
will be installed via the B<deboostrap> command.
will be installed via the B<--debootstrap> command.
=cut
@@ -433,7 +433,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.47 2006-06-25 17:29:52 steve Exp $
$Id: xen-create-image,v 1.48 2006-06-25 17:39:54 steve Exp $
=cut
@@ -851,7 +851,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.47 $';
my $REVISION = '$Revision: 1.48 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
@@ -1207,7 +1207,7 @@ sub createLoopbackImages
=head2 createLVMBits
This fucntion is responsible for creating two new logical volumes within
This function is responsible for creating two new logical volumes within
a given LVM volume group.
=cut
@@ -1302,7 +1302,7 @@ sub createLVMBits
runCommand( $swap_cmd );
#
# Initialise the partitions with the relevent filesystem.
# Initialise the partitions with the relevant filesystem.
#
createFilesystem( "/dev/$CONFIG{'lvm'}/$CONFIG{'hostname'}-disk" );
createSwap( "/dev/$CONFIG{'lvm'}/$CONFIG{'hostname'}-swap" );

View File

@@ -46,7 +46,7 @@ Show the version number and exit.
For each instance which has been created we'll display the name,
and then either the IP address configured, or "DHCP" to denote
a dynamice host.
a dynamic host.
=cut
@@ -67,7 +67,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-list-images,v 1.7 2006-06-23 08:56:32 steve Exp $
$Id: xen-list-images,v 1.8 2006-06-25 17:39:54 steve Exp $
=cut
@@ -237,7 +237,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.7 $';
my $REVISION = '$Revision: 1.8 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{