summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf.d/0003-debconf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-11 08:55:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-11 08:55:40 +0000
commit4de765f1eee31d2fd44a2e617df79c9146e66297 (patch)
tree8d6f40803498b0cb0b4ceb839337de5ec5d2f237 /share/scripts/debconf.d/0003-debconf
parentReleasing debian version 20190413-4. (diff)
downloadopen-infrastructure-compute-tools-4de765f1eee31d2fd44a2e617df79c9146e66297.tar.xz
open-infrastructure-compute-tools-4de765f1eee31d2fd44a2e617df79c9146e66297.zip
Merging upstream version 20190811.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/scripts/debconf.d/0003-debconf')
-rwxr-xr-xshare/scripts/debconf.d/0003-debconf7
1 files changed, 7 insertions, 0 deletions
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)