Skip to content

Instantly share code, notes, and snippets.

@qvicksilver
Last active August 29, 2015 14:07
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/1405b4a739db0ebf2cf9 to your computer and use it in GitHub Desktop.
Save qvicksilver/1405b4a739db0ebf2cf9 to your computer and use it in GitHub Desktop.
CentOS 6.5 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