# Minimal Fedora Rawhide kickstart file

# example default overrides
#RAM:2048
#DISK:5

# install source
url --metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-rawhide&arch=x86_64

# System config
text
reboot
lang en_US.UTF-8
keyboard --vckeymap=us
firstboot --disable
rootpw --plaintext installpw
timezone --utc America/Chicago

zerombr
clearpart --initlabel --drives=vda --all
bootloader --location=mbr --boot-drive=vda
autopart

# don't need the add-ons
%addon com_redhat_kdump --disable
%end

%packages
@custom-environment
-@standard
%end

# useful post-install script
#include:inc-post-ips
