diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-05-26 08:56:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-03 11:37:18 +0000 |
commit | 28cb58c98305c94b0816fc89805c73f528e63bc0 (patch) | |
tree | 74a821fb80f98adcd7c7d7914d4f052dcf8c3b03 /share/scripts/debconf.d/0003-debconf | |
parent | Replacing http links in manpages with https. (diff) | |
download | compute-tools-28cb58c98305c94b0816fc89805c73f528e63bc0.tar.xz compute-tools-28cb58c98305c94b0816fc89805c73f528e63bc0.zip |
Adding bind option to bind mount directories in debconf script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf.d/0003-debconf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index df14ef0..a1cab20 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -1041,6 +1041,13 @@ Internal_options () fi echo "HOST_COMMAND=\"${HOST_COMMAND}\"" >> "${DEBCONF_TMPDIR}/debconf.default" + + if db_get cnt-debconf/bind + then + BIND="${RET}" # string (w/ empty) + fi + + echo "BIND=\"${BIND}\"" >> "${DEBCONF_TMPDIR}/debconf.default" } Distribution |