2006-05-23 19:56:48 by steve
Set type=static for static addresses
This commit is contained in:
@@ -28,7 +28,7 @@ if [[ "${rpmstrap}" ]]; then
|
||||
cat <<E_O_STATIC >${prefix}/etc/sysconfig/network-scripts/ifcfg-eth0
|
||||
DEVICE=eth0
|
||||
ONBOOT=yes
|
||||
BOOTPROTO=none
|
||||
BOOTPROTO=static
|
||||
IPADDR=${ip}
|
||||
NETMASK=${netmask}
|
||||
GATEWAY=${gateway}
|
||||
|
||||
Reference in New Issue
Block a user