From aa79fad328b31270052b9898e695fb9c76d5076a Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 23 May 2006 19:56:48 +0000 Subject: [PATCH] 2006-05-23 19:56:48 by steve Set type=static for static addresses --- etc/hook.d/40-setup-networking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}