summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-22 22:41:36 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-23 08:20:54 +0000
commitccb7d385ff26b9066a06e2e18259f57a53585801 (patch)
treefad0f75b99f29742702297964afb409662321aa4
parentAdding architecture option to curl container create script. (diff)
downloadcompute-tools-ccb7d385ff26b9066a06e2e18259f57a53585801.tar.xz
compute-tools-ccb7d385ff26b9066a06e2e18259f57a53585801.zip
Making example preseed files non-interactive.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--share/doc/examples/dschinn-backports.cfg3
-rw-r--r--share/doc/examples/stretch.cfg3
2 files changed, 6 insertions, 0 deletions
diff --git a/share/doc/examples/dschinn-backports.cfg b/share/doc/examples/dschinn-backports.cfg
index b69dd3a..0ecee00 100644
--- a/share/doc/examples/dschinn-backports.cfg
+++ b/share/doc/examples/dschinn-backports.cfg
@@ -3,6 +3,9 @@
# example for automated Progress Linux 4+ (dschinn-backports) container creation
# using: sudo container create -s progress-linux
+debconf debconf/priority select critical
+debconf debconf/frontend select Noninteractive
+
container-tools cnt-debconf/mode select progress-linux
#container-tools cnt-debconf/preseed-files string
diff --git a/share/doc/examples/stretch.cfg b/share/doc/examples/stretch.cfg
index 3cd69d6..92d4f02 100644
--- a/share/doc/examples/stretch.cfg
+++ b/share/doc/examples/stretch.cfg
@@ -3,6 +3,9 @@
# example for automated Debian 9 (stretch) based container creation
# using: sudo container create -s debian
+debconf debconf/priority select critical
+debconf debconf/frontend select Noninteractive
+
container-tools cnt-debconf/mode select debian
#container-tools cnt-debconf/preseed-files string