Last active
December 10, 2015 15:28
-
-
Save dky/4455043 to your computer and use it in GitHub Desktop.
Kick start boot parameters for network with no DHCP. We are statically assigning IP address.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| linux ks=https://yourksserver/ks/yourkickstart.ks ksdevice=eth0 ip=192.168.x.x gateway=192.168.x.x netmask=255.255.255.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment