From 4198d07804f17b99f811a1a3e8ec18ad24172f16 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 17 Jul 2016 18:14:48 +0200 Subject: Adding host system based overlay mounts. 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 15a6a15..548fb07 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -1063,6 +1063,13 @@ Internal_options () fi echo "BIND=\"${BIND}\"" >> "${DEBCONF_TMPDIR}/debconf.default" + + if db_get cnt-debconf/overlay + then + CNT_OVERLAY="${RET}" # string (w/ empty) + fi + + echo "CNT_OVERLAY=\"${CNT_OVERLAY}\"" >> "${DEBCONF_TMPDIR}/debconf.default" } Distribution -- cgit v1.2.3