1
0
mirror of synced 2026-02-26 16:23:27 +00:00

2006-05-23 19:56:48 by steve

Set type=static for static addresses
This commit is contained in:
steve
2006-05-23 19:56:48 +00:00
parent 8771b7a84c
commit aa79fad328

View File

@@ -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}