Skip to content

Instantly share code, notes, and snippets.

@qvicksilver
Last active November 25, 2015 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qvicksilver/161fd23d027ee5c28fd5 to your computer and use it in GitHub Desktop.
Save qvicksilver/161fd23d027ee5c28fd5 to your computer and use it in GitHub Desktop.
CentOS7 KickStart
install
text
lang en_US.UTF-8
keyboard sv-latin1
network --onboot yes --device eth0 --bootproto dhcp --noipv6
rootpw changeit
firewall --service=ssh
authconfig --enableshadow --passalgo=sha512
selinux --enforcing
timezone --utc Europe/Stockholm
zerombr
clearpart --all
autopart
bootloader --location=mbr --append="crashkernel=auto rhgb quiet"
%packages --nobase
@core
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment