Skip to content

Instantly share code, notes, and snippets.

@dky
Last active December 10, 2015 15:28
Show Gist options
  • Save dky/4455043 to your computer and use it in GitHub Desktop.
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.
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