Tagged Questions
3
votes
1answer
234 views
Kickstart: one network card with DHCP, one with static IP?
I am using Kickstart to automate a CentOS install. I wanted one of the interfaces to have static IP so I wrote -
network --onboot yes --bootproto static \
-ip="intended IP" -netmask="intended ...