diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-12 06:18:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-31 14:30:16 +0000 |
commit | d753cad06ca3aa6cd33a89a964802b35139ea70f (patch) | |
tree | c80a5743a7aeee1aac28fe2d0e1148fcd9c9527f /share/scripts/debconf.d/0001-preseed-file.templates | |
parent | Adding blockio, cpu, memory and tasks limit config options. (diff) | |
download | compute-tools-d753cad06ca3aa6cd33a89a964802b35139ea70f.tar.xz compute-tools-d753cad06ca3aa6cd33a89a964802b35139ea70f.zip |
Adding debconf script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/scripts/debconf.d/0001-preseed-file.templates | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/share/scripts/debconf.d/0001-preseed-file.templates b/share/scripts/debconf.d/0001-preseed-file.templates new file mode 100644 index 0000000..aa9afa2 --- /dev/null +++ b/share/scripts/debconf.d/0001-preseed-file.templates @@ -0,0 +1,17 @@ +Template: cnt-debconf/title +Type: title +Description: Open Infrastructure: container-tools + +Template: cnt-debconf/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: cnt-debconf/preseed-file +Type: string +Default: +Description: Enter (optional) preseed file to use: + Preseed file anyone? + . + If you do not want to use a preseed file, leave this question empty. |