From 0d71124eb16c070525e1c0521cff33075c296cd3 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 17 May 2010 22:54:41 +0200 Subject: [PATCH] Add pointer to /etc/xen-tools/partitions.d/sample-server as partitioning example. (Thanks to Antoine Benkemoun for pointing out that such a hint is missing!) --- bin/xen-create-image | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 6114a38..4107be5 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -84,9 +84,11 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH. --partitions=file Use a specific partition layout configuration file. - Not supported with the image-dev and swap-dev options. - Parameters fs, size, swap and noswap are ignored when - using this option. + See /etc/xen-tools/partitions.d/sample-server for an + example partitioning configuration. Not supported + with the image-dev and swap-dev options. Parameters + fs, size, swap and noswap are ignored when using this + option. --passwd Ask for a root password during setup. NOTE: This is done interactively.