From ccb7d385ff26b9066a06e2e18259f57a53585801 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Jul 2017 00:41:36 +0200 Subject: Making example preseed files non-interactive. Signed-off-by: Daniel Baumann --- share/doc/examples/dschinn-backports.cfg | 3 +++ share/doc/examples/stretch.cfg | 3 +++ 2 files changed, 6 insertions(+) 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 -- cgit v1.2.3