summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf.d/0001-preseed-file.templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-25 08:54:34 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-26 03:46:53 +0000
commit7e226f60b7a2bd7e854d14b2bfd9729e20b02119 (patch)
tree31a583f3c5c8438fa51e74310aa911859379e557 /share/scripts/debconf.d/0001-preseed-file.templates
parentUpdating container-image example build script for current debian releases. (diff)
downloadcompute-tools-7e226f60b7a2bd7e854d14b2bfd9729e20b02119.tar.xz
compute-tools-7e226f60b7a2bd7e854d14b2bfd9729e20b02119.zip
Renaming container create command to container build.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts/debconf.d/0001-preseed-file.templates')
-rw-r--r--share/scripts/debconf.d/0001-preseed-file.templates18
1 files changed, 0 insertions, 18 deletions
diff --git a/share/scripts/debconf.d/0001-preseed-file.templates b/share/scripts/debconf.d/0001-preseed-file.templates
deleted file mode 100644
index 7e12e0d..0000000
--- a/share/scripts/debconf.d/0001-preseed-file.templates
+++ /dev/null
@@ -1,18 +0,0 @@
-Template: container/title
-Type: title
-Description: compute-tools
-
-Template: container/preseed-files
-Type: select
-Default: none
-Choices: ${CHOICES}
-Description: Choose a preseed config, enter a custom one, or use no preseed file at all.
-
-Template: container/preseed-file
-Type: string
-Default:
-Description: Enter (optional) preseed file to use:
- A preseed file can be used to automatically answer questions to this
- container create script.
- .
- If you do not want to use a preseed file, leave this question empty.