From 28cb58c98305c94b0816fc89805c73f528e63bc0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 26 May 2016 10:56:09 +0200 Subject: Adding bind option to bind mount directories in debconf script. Signed-off-by: Daniel Baumann --- share/scripts/debconf | 1 + 1 file changed, 1 insertion(+) (limited to 'share/scripts/debconf') diff --git a/share/scripts/debconf b/share/scripts/debconf index 55c2b8b..f4f63d4 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -908,6 +908,7 @@ Commands () HOST_INTERFACE_NAME="$(echo ${NETWORK0_VETH:-veth-${HOSTNAME_SHORT}-0})" sed -i -e "s|^cnt.network-bridge=.*|cnt.network-bridge=${HOST_INTERFACE_NAME}:${NETWORK0_BRIDGE:-br0}|g" "${CONFIG}/${NAME}.conf" + sed -i -e "s|^bind=.*|bind=${BIND}|" "${CONFIG}/${NAME}.conf" sed -i -e "s|^network-veth-extra=.*|network-veth-extra=${HOST_INTERFACE_NAME}:eth0|g" "${CONFIG}/${NAME}.conf" for NUMBER in $(seq 1 ${NETWORK_NUMBER}) -- cgit v1.2.3