System/Linux

linux - bootproto static vs none

linuxism 2014. 9. 18. 23:54


RHEL6 bootproto=static is no longer an option


From the rhel6 documentation – BOOTPROTO=static is no longer an option. Should be “none”

BOOTPROTO=protocol
where protocol is one of the following:
none — No boot-time protocol should be used.
bootp — The BOOTP protocol should be used.
dhcp — The DHCP protocol should be used.

however pxe boot process is still bootproto=static - just veryfied that.....

https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-networkscripts-interfaces.html



source - https://github.com/cobbler/cobbler/issues/361