Files
warewulf/overlays/system/default/etc/sysconfig/network-scripts/ifcfg-eth0.ww
Gregory Kurtzer 0c3a58e47a bug fixes
2020-11-11 00:34:03 -08:00

9 lines
182 B
Plaintext

DEVICE=eth0
NAME=eth0
IPADDR={{.NetDevs.eth0.Ipaddr}}
NETMASK={{.NetDevs.eth0.Netmask}}
GATEWAY={{.NetDevs.eth0.Gateway}}
HWADDR={{.NetDevs.eth0.Hwaddr}}
BOOTPROTO=static
ONBOOT=yes