diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-08-19 07:42:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-08-19 09:20:40 +0000 |
commit | b05a1b5117b04bdcc5fe492ec771c049ff8d2334 (patch) | |
tree | 3d44ea121c2b46a32d0726ba58f06138e539b56a /share/create-scripts/debconf.d/0001-preseed-file.templates | |
parent | Moving irc-notification in container program into hook. (diff) | |
download | compute-tools-b05a1b5117b04bdcc5fe492ec771c049ff8d2334.tar.xz compute-tools-b05a1b5117b04bdcc5fe492ec771c049ff8d2334.zip |
Copying build-scripts as create-scripts to refactor and unify get and build steps.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/create-scripts/debconf.d/0001-preseed-file.templates')
-rw-r--r-- | share/create-scripts/debconf.d/0001-preseed-file.templates | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/share/create-scripts/debconf.d/0001-preseed-file.templates b/share/create-scripts/debconf.d/0001-preseed-file.templates new file mode 100644 index 0000000..9be825d --- /dev/null +++ b/share/create-scripts/debconf.d/0001-preseed-file.templates @@ -0,0 +1,18 @@ +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 build script. + . + If you do not want to use a preseed file, leave this question empty. |