From 120ca27f6dee2d2d1e54f3d990ba8d9fbfc25a3e Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 18 May 2010 14:09:40 +0200 Subject: [PATCH] List all possible install-methods close to the option itself --- bin/xen-create-image | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 4107be5..18db59f 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -147,8 +147,16 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH. --dist=dist Specify the distribution you wish to install. --install-method=method - Specify the installation method to use. (Default - value for Debian and Ubuntu: debootstrap) + Specify the installation method to use. Valid methods are: + + * debootstrap + * rinse + * rpmstrap (deprecated) + * tar (needs --install-source=tarball.tar) + * copy (needs --install-source=/path/to/copy/from) + * image-server + + (Default value for Debian and Ubuntu: debootstrap) --install-source=tarball Specify the source path to use when installing via