From 9db77a709691e8fed8ef49fac8bd4cf90c632e51 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 Jun 2022 10:27:45 +0200 Subject: Merging upstream version 20220605. Signed-off-by: Daniel Baumann --- share/build-scripts/debconf.d/0003-debconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/build-scripts') diff --git a/share/build-scripts/debconf.d/0003-debconf b/share/build-scripts/debconf.d/0003-debconf index d428228..edd3ea7 100755 --- a/share/build-scripts/debconf.d/0003-debconf +++ b/share/build-scripts/debconf.d/0003-debconf @@ -1233,10 +1233,10 @@ Internal_options () if db_get container/auto then - CNT_AUTO="${RET:-true}" # string (w/o empty) + CNT_AUTO="${RET:-last-on}" # string (w/o empty) fi - CNT_AUTO="${CNT_AUTO:-true}" + CNT_AUTO="${CNT_AUTO:-last-on}" echo "CNT_AUTO=\"${CNT_AUTO}\"" >> "${DEBCONF_TMPDIR}/debconf.default" if db_get container/container-server -- cgit v1.2.3