Always boot the default network device

This commit is contained in:
Gregory Kurtzer
2022-01-26 03:46:03 +00:00
parent b038a8817b
commit 77c757b5d4

View File

@@ -6,8 +6,4 @@ IPADDR={{$.NetDevs.default.Ipaddr}}
NETMASK={{$.NetDevs.default.Netmask}}
GATEWAY={{$.NetDevs.default.Gateway}}
HWADDR={{$.NetDevs.default.Hwaddr}}
{{- if $.NetDevs.default.OnBoot}}
ONBOOT=yes
{{- else}}
ONBOOT=no
{{- end}}
ONBOOT=yes