diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-14 19:22:29 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-14 19:22:29 +0000 |
commit | d11ae937a110a0b8a6a0ecc5787cf2a49e899382 (patch) | |
tree | 562a59a6f627ba4f0a2945cecaa83119a3b0088a /debian/open-infrastructure-container-tools.templates | |
parent | Adding debconf handling for setting choosing /var/lib/machines, /etc/containe... (diff) | |
download | open-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.templates | 10 |
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). |