From 97c1bb0637fbda9f9657568213115a690e19f254 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 17 May 2010 03:30:15 +0200 Subject: [PATCH] Document changes introduced by 5b420f4 in POD --- bin/xen-create-image | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/xen-create-image b/bin/xen-create-image index 3a4d027..237b92d 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -93,6 +93,8 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH. --role=role Run the specified role script(s) post-install. Role scripts are discussed later in this manpage. + Can be an absolute path. Otherwise it's relative to the + value of --roledir. --role-args="--arg1 --arg2" Pass the named string literally to any role script.