summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.templates
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-06-14 19:23:39 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-06-14 19:23:39 +0000
commit45b88d47a6ba1e18f87ea2f5a48452e65077bf8a (patch)
tree2e580c6f765559556b2442c92a25809ea6e088ac /debian/open-infrastructure-container-tools.templates
parentAdding debconf handling for default container create script selection. (diff)
downloadopen-infrastructure-compute-tools-45b88d47a6ba1e18f87ea2f5a48452e65077bf8a.tar.xz
open-infrastructure-compute-tools-45b88d47a6ba1e18f87ea2f5a48452e65077bf8a.zip
Regenerating debconf translation files.
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.templates58
1 files changed, 27 insertions, 31 deletions
diff --git a/debian/open-infrastructure-container-tools.templates b/debian/open-infrastructure-container-tools.templates
index 9b9ba25..97281d9 100644
--- a/debian/open-infrastructure-container-tools.templates
+++ b/debian/open-infrastructure-container-tools.templates
@@ -1,56 +1,52 @@
Template: open-infrastructure-container-tools/title
Type: title
-Description: container-tools: Setup
+_Description: container-tools: Setup
Template: open-infrastructure-container-tools/machines
Type: string
-Default: /var/lib/machines
-Description: machines directory:
- Please specify the directory that will be used to store the
- containers.
+_Default: /var/lib/machines
+_Description: machines directory:
+ Please specify the directory that will be used to store the containers.
.
- If unsure, use /var/lib/machines (default)
- or /srv/container when using shared storage.
+ If unsure, use /var/lib/machines (default) or /srv/container when using
+ shared storage.
Template: open-infrastructure-container-tools/config
Type: string
-Default: /etc/container-tools/config
-Description: config directory:
- Please specify the directory that will be used to store the
- container configuration files.
+_Default: /etc/container-tools/config
+_Description: config directory:
+ Please specify the directory that will be used to store the container
+ configuration files.
.
- If unsure, use /etc/container-tools/config (default)
- or /srv/container/container-tools/config when using
- shared storage.
+ If unsure, use /etc/container-tools/config (default) or
+ /srv/container/container-tools/config when using shared storage.
Template: open-infrastructure-container-tools/debconf
Type: string
-Default: /etc/container-tools/debconf
-Description: debconf directory:
- Please specify the directory that will be used to store the
- container preseed files.
+_Default: /etc/container-tools/debconf
+_Description: debconf directory:
+ Please specify the directory that will be used to store the container
+ preseed files.
.
- If unsure, use /etc/container-tools/debconf (default)
- or /srv/container/container-tools/debconf when using
- shared storage.
+ If unsure, use /etc/container-tools/debconf (default) or
+ /srv/container/container-tools/debconf when using shared storage.
Template: open-infrastructure-container-tools/cache
Type: string
-Default: /var/cache/container-tools
-Description: cache directory:
- Please specify the directory that will be used to cache
- files during creation of containers.
+_Default: /var/cache/container-tools
+_Description: cache directory:
+ Please specify the directory that will be used to cache files during
+ creation of containers.
.
If unsure, use /var/cache/container-tools (default) or
- /srv/container/container-tools/cache when using shared
- storage.
+ /srv/container/container-tools/cache when using shared storage.
Template: open-infrastructure-container-tools/script
Type: select
-Choices: ${SCRIPT_CHOICES}
+_Choices: ${SCRIPT_CHOICES}
Default: ${SCRIPT_DEFAULT}
-Description: create script:
- Please select the script that will be used by default to
- create containers.
+_Description: create script:
+ Please select the script that will be used by default to create
+ containers.
.
If unsure, use debian (default).