diff --git a/etc/hook.d/40-setup-networking b/etc/hook.d/40-setup-networking index 711b95a..fde6bc1 100755 --- a/etc/hook.d/40-setup-networking +++ b/etc/hook.d/40-setup-networking @@ -28,7 +28,7 @@ if [[ "${rpmstrap}" ]]; then cat <${prefix}/etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 ONBOOT=yes -BOOTPROTO=none +BOOTPROTO=static IPADDR=${ip} NETMASK=${netmask} GATEWAY=${gateway}