summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.templates
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-06-14 19:22:29 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-06-14 19:22:29 +0000
commitd11ae937a110a0b8a6a0ecc5787cf2a49e899382 (patch)
tree562a59a6f627ba4f0a2945cecaa83119a3b0088a /debian/open-infrastructure-container-tools.templates
parentAdding debconf handling for setting choosing /var/lib/machines, /etc/containe... (diff)
downloadopen-infrastructure-compute-tools-d11ae937a110a0b8a6a0ecc5787cf2a49e899382.tar.xz
open-infrastructure-compute-tools-d11ae937a110a0b8a6a0ecc5787cf2a49e899382.zip
Adding debconf handling for default container create script selection.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'debian/open-infrastructure-container-tools.templates')
-rw-r--r--debian/open-infrastructure-container-tools.templates10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/open-infrastructure-container-tools.templates b/debian/open-infrastructure-container-tools.templates
index 580467f..9b9ba25 100644
--- a/debian/open-infrastructure-container-tools.templates
+++ b/debian/open-infrastructure-container-tools.templates
@@ -44,3 +44,13 @@ Description: cache directory:
If unsure, use /var/cache/container-tools (default) or
/srv/container/container-tools/cache when using shared
storage.
+
+Template: open-infrastructure-container-tools/script
+Type: select
+Choices: ${SCRIPT_CHOICES}
+Default: ${SCRIPT_DEFAULT}
+Description: create script:
+ Please select the script that will be used by default to
+ create containers.
+ .
+ If unsure, use debian (default).