From 4de765f1eee31d2fd44a2e617df79c9146e66297 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Aug 2019 10:55:40 +0200 Subject: Merging upstream version 20190811. Signed-off-by: Daniel Baumann --- share/scripts/debconf.d/0003-debconf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share/scripts/debconf.d/0003-debconf') diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index 02f80a6..1e0a99a 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -1229,6 +1229,13 @@ Internal_options () echo "BIND=\"${BIND}\"" >> "${DEBCONF_TMPDIR}/debconf.default" + if db_get container/bind-ro + then + BIND_RO="${RET}" # string (w/ empty) + fi + + echo "BIND_RO=\"${BIND_RO}\"" >> "${DEBCONF_TMPDIR}/debconf.default" + if db_get container/overlay then CNT_OVERLAY="${RET}" # string (w/ empty) -- cgit v1.2.3