1
0
mirror of synced 2026-01-13 15:17:30 +00:00
steve bf8ae3c6c1 2007-02-23 21:58:20 by steve
Updated year(s) in copyright sectoin.
2007-02-23 21:58:20 +00:00
2007-02-23 21:56:27 +00:00
2007-02-23 15:43:12 +00:00
2007-02-23 15:37:06 +00:00
2006-12-26 22:15:36 +00:00
2005-12-21 19:49:19 +00:00
2007-02-23 15:37:06 +00:00
2006-11-19 19:31:09 +00:00
2006-12-26 22:27:25 +00:00
2006-06-08 13:46:38 +00:00
2007-01-05 14:05:44 +00:00
2006-08-19 17:05:37 +00:00
2007-02-23 21:58:20 +00:00
2007-02-23 21:58:12 +00:00
2007-02-23 13:30:13 +00:00
2006-08-19 17:04:09 +00:00
2007-02-23 18:59:20 +00:00

Homepage:
    http://www.xen-tools.org/software/xen-tools

CVS Repository:
    http://xen-tools.cvsrepository.org/

Mailing Lists:
    http://lists.cvsrepository.org/



xen-tools
---------

  The xen-tools package contains a collection of Perl scripts for
 working with Xen images under Debian GNU/Linux.

  Using this software you can easily create new Xen guest images
 which are setup with networking, including an installation of 
 OpenSSH, and configured to be ready to work.

  It is primarily aimed at users who wish to create virtual 
 instances of Debian Sarge, Etch, or Sid.  Although there is support
 for installing non-Debian instances.


Requirements
------------

  To use these tools you'll need the following software:

        * Perl
        * The Perl module "Text::Template" available from CPAN.

  Optionally you'll need "debootstrap" and "rpmstrap" to take advantage
 of the most common installation methods - although you could get by without
 them if you were prepared to work at it.

  If you wish to create new Xen instances which may be controlled by
 users via a login shell you should also install the xen-shell package
 which is available from:

          http://xen-tools.org/software/xen-shell/



The Scripts
-----------

  There now follows a brief description of each included script,
 for more thorough documentation please consult their manpages.



xen-create-image
----------------

  This script is designed to create new images which may be used
 with the Xen hyperviser.  

  The virtual images will have their networking settings created and,
 you may optionally cause the new instance to boot once it has
 been created.

  This script performs the initial setup, then delegates the real
 work to a collection of helper scripts:

    * xt-install-image
      Installs a distribution into a directory.

    * xt-customize-image
      Run a collection of hook scripts to configure the freshly 
      installed system.

    * xt-create-xen-config
      Create a configuration file in /etc/xen such that Xen can
      boot the newly created machine.


xen-delete-image
----------------

  This script will allow you to completely remove Xen instances
 which have previously been created by xen-create-image, this
 includes removing the storage block devices from the system,
 and deleting the Xen configuration file.


xen-list-images
---------------

  List all the created images beneath a given root directory along
 with a brief overview of their setup details.


xen-update-image
----------------

  This script runs "apt-get update; apt-get upgrade" for a given
 Xen image.

  NOTES: 

  *  The image should not be running or corruption will occur!
  *  The script should only be used for Xen instances of Debian.


Steve
--
$Id: README,v 1.39 2007-02-23 13:30:13 steve Exp $

Description
No description provided
Readme Multiple Licenses 7.1 MiB
Languages
Perl 70.1%
Shell 25.3%
Makefile 3.8%
Raku 0.8%