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
This commit is contained in:
parent
e8dd2b6cc7
commit
122793eeba
|
@ -2,6 +2,7 @@
|
||||||
Name=eth0
|
Name=eth0
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
|
DHCP=yes
|
||||||
DNS=10.1.31.38
|
DNS=10.1.31.38
|
||||||
DNS=10.1.31.39
|
DNS=10.1.31.39
|
||||||
Domains=scaleway.com
|
Domains=scaleway.com
|
||||||
|
|
Loading…
Reference in New Issue