From babf60a9b798c55eb3b1d168633d53b7a6adca07 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 26 May 2010 21:33:04 +0200 Subject: [PATCH] roles/README: Hint to document new roles --- TODO | 2 -- roles/README | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 roles/README diff --git a/TODO b/TODO index 5afbeb3..d5c4e33 100644 --- a/TODO +++ b/TODO @@ -8,8 +8,6 @@ Bugs to fix and Features to add before a 4.2 release - ambiguous option list with regards to parameters -- not all roles are listed - * xen-create-image --dist=... / sources.list generation should be more fine-grained xen-tools should offer the possibility to enabled/disable diff --git a/roles/README b/roles/README new file mode 100644 index 0000000..850324d --- /dev/null +++ b/roles/README @@ -0,0 +1,6 @@ +These files are roles which you can use with xen-create-image(1) with +the --role= option. + +If you add new roles to the xen-tools distribution in this directory, +please document them in the POD code of bin/xen-create-image under +"ROLES".