Configure ONBOOT with netdev.OnBoot
Closes #644 Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
@@ -24,7 +24,9 @@ HWADDR={{ $netdev.Hwaddr }}
|
||||
{{ if $netdev.Type -}}
|
||||
TYPE={{ $netdev.Type }}
|
||||
{{ end -}}
|
||||
ONBOOT=yes
|
||||
{{ if $netdev.OnBoot -}}
|
||||
ONBOOT={{ $netdev.OnBoot }}
|
||||
{{ end -}}
|
||||
IPV6INIT=yes
|
||||
IPV6_AUTOCONF=yes
|
||||
IPV6_DEFROUTE=yes
|
||||
|
||||
Reference in New Issue
Block a user