From b05a1b5117b04bdcc5fe492ec771c049ff8d2334 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Aug 2021 09:42:31 +0200 Subject: Copying build-scripts as create-scripts to refactor and unify get and build steps. Signed-off-by: Daniel Baumann --- .../debconf.d/0001-preseed-file.templates | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 share/create-scripts/debconf.d/0001-preseed-file.templates (limited to 'share/create-scripts/debconf.d/0001-preseed-file.templates') 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. -- cgit v1.2.3