Skip to content

Instantly share code, notes, and snippets.

@johansson
Last active November 7, 2015 21:57
Show Gist options
  • Save johansson/592b488940c292f37abc to your computer and use it in GitHub Desktop.
Save johansson/592b488940c292f37abc to your computer and use it in GitHub Desktop.
minimum fedora 23 kickstart
lang en_US.UTF-8
keyboard us
timezone US/Pacific
auth --useshadow --enablemd5
selinux --enforcing
firewall --enabled
autopart
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-23&arch=$basearch
repo --name=fedora-updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f23&arch=$basearch
%packages
@core
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment