From 625be0d2f81705b3ab863ee3d13948f4355e2a7b Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Tue, 30 Jul 2019 16:43:19 +0200 Subject: k8s: Silence package manager and make it noninteractive This patch sets debconf frontend to noninteractive by including additional field in the first stanza of configuration file. Its placement has been chosen arbitrarily - both 'Config' and 'Templates' fields "are required in this first stanza" [1]. It also makes symlinking script more generic. [1] man 5 debconf.conf (provided by "debconf-doc" in Ubuntu) Issue-ID: SECCOM-235 Change-Id: If9dcc712d1ff7f527d3bc59f4c1709cffe4cbda5 Signed-off-by: Pawel Wieczorek --- test/security/k8s/tools/config/95silent-approval | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/security/k8s/tools/config/95silent-approval (limited to 'test/security/k8s/tools') diff --git a/test/security/k8s/tools/config/95silent-approval b/test/security/k8s/tools/config/95silent-approval new file mode 100644 index 000000000..dadbfbd86 --- /dev/null +++ b/test/security/k8s/tools/config/95silent-approval @@ -0,0 +1,2 @@ +Quiet "1"; +APT::Get::Assume-Yes "true"; -- cgit