man xen-update-image (Administration système) - Update the software installed upon the given image.

NAME

xen-update-image - Update the software installed upon the given image.

SYNOPSIS

  xen-update-image [options]

  Help Options:
   --help      Show this scripts help information.
   --manual    Read this scripts manual.
   --version   Show the version number and exit.

  General Options:
   --dir       Specify where the output image was saved.
   --hostname  Set the images hostname.

OPTIONS

--dir Specify the output directory image was saved.
--help Show the script help
--hostname Specify the name of the image to remove.
--manual Read the manual
--version Show the version number and exit.

DESCRIPTION

  xen-update-image is a simple script which allows you to update
 a Xen instances of Debian Sarge which has been created with
 xen-create-image.

  It does this by mounting the image inside a temporary directory
 then running:

      apt-get update

      apt-get upgrade

AUTHOR

 Steve
 --
 http://www.steve.org.uk/

 $Id: xen-update-image,v 1.10 2006/01/07 23:23:12 steve Exp $

LICENSE

Copyright (c) 2005 by Steve Kemp. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.

readConfigurationFile

  Read the configuration file specified.

parseCommandLineArguments

  Parse the arguments specified upon the command line.