summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vmdebootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/vmdebootstrap b/bin/vmdebootstrap
index 006e4af..dc16c61 100755
--- a/bin/vmdebootstrap
+++ b/bin/vmdebootstrap
@@ -321,6 +321,9 @@ class VmDebootstrap(cliapp.Application): # pylint: disable=too-many-public-meth
network.systemd_support(rootdir)
if not distro.was_stable(datetime.date(2015, 4, 26)):
network.enable_systemd_resolved(rootdir)
+ else:
+ # /etc/network/interfaces.d/
+ network.setup_networking(rootdir)
else:
# /etc/network/interfaces.d/
network.setup_networking(rootdir)