From 122793eebaa5c1a961fad3768fafca758f1a7bf1 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Mon, 7 Dec 2015 17:31:59 +0100 Subject: [PATCH] Enable required DHCP option in systemd-networkd Under systemd 228 the DHCP option (or another similar) seems to be needed for systemd-networkd to startup and not halt the rest of the startup as reported in #25 --- patches/etc/systemd/network/eth0.network | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/etc/systemd/network/eth0.network b/patches/etc/systemd/network/eth0.network index dd886c8..14602e4 100644 --- a/patches/etc/systemd/network/eth0.network +++ b/patches/etc/systemd/network/eth0.network @@ -2,6 +2,7 @@ Name=eth0 [Network] +DHCP=yes DNS=10.1.31.38 DNS=10.1.31.39 Domains=scaleway.com