summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf.d/0003-debconf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-22 10:28:22 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-22 22:28:26 +0000
commit2b9365d238be074267d2cc41717ec4f530a4d71e (patch)
treeb6800d1358410192e2fd3b270d5c0fb9729c550e /share/scripts/debconf.d/0003-debconf
parentAdding cnt-debconf/mode preseed field to allow embedding container create scr... (diff)
downloadcompute-tools-2b9365d238be074267d2cc41717ec4f530a4d71e.tar.xz
compute-tools-2b9365d238be074267d2cc41717ec4f530a4d71e.zip
Using default bridge0 instead of br0 as default bridge interface.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts/debconf.d/0003-debconf')
-rwxr-xr-xshare/scripts/debconf.d/0003-debconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf
index 007ddfb..9640620 100755
--- a/share/scripts/debconf.d/0003-debconf
+++ b/share/scripts/debconf.d/0003-debconf
@@ -697,7 +697,7 @@ Network_defaults ()
VETH_NAME="$(echo ${HOSTNAME_SHORT:-veth0})"
NETWORK0_VETH="${NETWORK0_VETH:-$VETH_NAME}"
- NETWORK0_BRIDGE="${NETWORK0_BRIDGE:-br0}"
+ NETWORK0_BRIDGE="${NETWORK0_BRIDGE:-bridge0}"
NETWORK0_IPV4_METHOD="${NETWORK0_IPV4_METHOD:-dhcp}"
NETWORK0_IPV4_ADDRESS="${NETWORK0_IPV4_ADDRESS:-192.168.1.2}"
NETWORK0_IPV4_NETMASK="${NETWORK0_IPV4_NETMASK:-255.255.255.0}"