1
0
mirror of synced 2026-01-25 11:26:31 +00:00

2005-12-20 14:35:09 by steve

POD updates via 'podchecker'
This commit is contained in:
steve 2005-12-20 14:35:09 +00:00
parent 2bd6dcba7b
commit 23570ef203
4 changed files with 35 additions and 32 deletions

View File

@ -2,7 +2,7 @@
=head1 NAME
xen-create-image - Create a new Xen instance of Debian Sarge.
xen-create-image - Create a new Xen instance of Debian Sarge.
=head1 SYNOPSIS
@ -170,25 +170,25 @@ suffixed with either Mb, or Gb.
=for example begin
#
# General options.
#
dir = /home/xen # Ouptut directory
memory = 128Mb # 128Mb for each new image.
#
# General options.
#
dir = /home/xen # Ouptut directory
memory = 128Mb # 128Mb for each new image.
#
# Images
#
fs = ext3 # We like EXT3
swap = 128mb # 128Mb of swap.
size = 2Gb # 2Gb images.
#
# Images
#
fs = ext3 # We like EXT3
swap = 128mb # 128Mb of swap.
size = 2Gb # 2Gb images.
#
# Networking options.
#
network = 192.168.1.0
gateway = 192.168.1.1
broadcast = 255.255.255.0
#
# Networking options.
#
network = 192.168.1.0
gateway = 192.168.1.1
broadcast = 255.255.255.0
=for example end
@ -204,7 +204,7 @@ broadcast = 255.255.255.0
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.38 2005-12-20 14:27:48 steve Exp $
$Id: xen-create-image,v 1.39 2005-12-20 14:35:09 steve Exp $
=cut

View File

@ -2,7 +2,7 @@
=head1 NAME
xen-duplicate-image - Duplicate an existing Xen instance.
xen-duplicate-image - Duplicate an existing Xen instance.
=head1 SYNOPSIS
@ -103,7 +103,7 @@ Specify the virtual instance that we should copy.
--
http://www.steve.org.uk/
$Id: xen-duplicate-image,v 1.5 2005-12-20 13:32:53 steve Exp $
$Id: xen-duplicate-image,v 1.6 2005-12-20 14:35:09 steve Exp $
=cut

View File

@ -2,16 +2,19 @@
=head1 NAME
xen-list-images - List all the created and configured Xen images.
xen-list-images - List all the created and configured Xen images.
=head1 SYNOPSIS
xen-list-image [options]
--dir Specify where the output images are located.
=cut
Help Options:
--help Show this scripts help information.
--manual Read this scripts manual.
General Options:
--dir Specify where the output images are located.
=head1 OPTIONS
@ -29,8 +32,6 @@ Read the manual
=back
=cut
=head1 DESCRIPTION
@ -60,9 +61,6 @@ Read the manual
If these conditions are met the name will be output, along with
networking information.
=cut
=head1 AUTHOR
@ -71,7 +69,7 @@ Read the manual
--
http://www.steve.org.uk/
$Id: xen-list-images,v 1.3 2005-12-19 18:14:47 steve Exp $
$Id: xen-list-images,v 1.4 2005-12-20 14:35:09 steve Exp $
=cut

View File

@ -2,12 +2,17 @@
=head1 NAME
xen-update-image - Update the software installed upon the given image.
xen-update-image - Update the software installed upon the given image.
=head1 SYNOPSIS
xen-update-image [options]
Help Options:
--help Show this scripts help information.
--manual Read this scripts manual.
General Options:
--dir Specify where the output image was saved.
--hostname Set the images hostname.
@ -64,7 +69,7 @@ Read the manual
--
http://www.steve.org.uk/
$Id: xen-update-image,v 1.2 2005-12-19 11:04:18 steve Exp $
$Id: xen-update-image,v 1.3 2005-12-20 14:35:09 steve Exp $
=cut