From 23570ef203952968976907eac635f896dc1b57bf Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 20 Dec 2005 14:35:09 +0000 Subject: [PATCH] 2005-12-20 14:35:09 by steve POD updates via 'podchecker' --- xen-create-image | 38 +++++++++++++++++++------------------- xen-duplicate-image | 4 ++-- xen-list-images | 16 +++++++--------- xen-update-image | 9 +++++++-- 4 files changed, 35 insertions(+), 32 deletions(-) diff --git a/xen-create-image b/xen-create-image index 05e9278..2abe89c 100755 --- a/xen-create-image +++ b/xen-create-image @@ -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 diff --git a/xen-duplicate-image b/xen-duplicate-image index 2b7064f..d651bf5 100755 --- a/xen-duplicate-image +++ b/xen-duplicate-image @@ -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 diff --git a/xen-list-images b/xen-list-images index d313d9f..629ded5 100755 --- a/xen-list-images +++ b/xen-list-images @@ -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 diff --git a/xen-update-image b/xen-update-image index dcfe42e..ab6a1c2 100755 --- a/xen-update-image +++ b/xen-update-image @@ -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