diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-26 03:57:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-26 03:57:33 +0000 |
commit | e7265143908a6a85f91306a14293fab2861efbd9 (patch) | |
tree | e27ee8e570d38d6280b095260a9fdd19e75da715 /share/build-scripts/debconf.d/0001-preseed-file.templates | |
parent | Releasing debian version 20210725-1. (diff) | |
download | open-infrastructure-compute-tools-e7265143908a6a85f91306a14293fab2861efbd9.tar.xz open-infrastructure-compute-tools-e7265143908a6a85f91306a14293fab2861efbd9.zip |
Merging upstream version 20210726.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/build-scripts/debconf.d/0001-preseed-file.templates')
-rw-r--r-- | share/build-scripts/debconf.d/0001-preseed-file.templates | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/share/build-scripts/debconf.d/0001-preseed-file.templates b/share/build-scripts/debconf.d/0001-preseed-file.templates new file mode 100644 index 0000000..9be825d --- /dev/null +++ b/share/build-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. |