Skip to content

Instantly share code, notes, and snippets.

@auth-day
Created September 9, 2018 11:47
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 auth-day/07865789a4a4d99f06fa8e5901a33e46 to your computer and use it in GitHub Desktop.
Save auth-day/07865789a4a4d99f06fa8e5901a33e46 to your computer and use it in GitHub Desktop.
Sooooooooo basic kickstart file
#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation media
cdrom
# Use graphical install
graphical
# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=vda
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang en_US.UTF-8
# Network information
network --bootproto=dhcp --device=eth0 --ipv6=auto --activate
network --hostname=localhost.localdomain
# Root password
rootpw --iscrypted $6$GuRuSVKKbylrEv2g$VtzTfEjkVy0Gjk/sqUrquEpnSaN8mbFl.QnyctP7C3Ei3UKQfqtfkWiBVnKn9f3Ecr3EelRCadsmPZopZIpyz0
# System timezone
reboot
timezone America/New_York --isUtc
# System bootloader configuration
bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=vda
autopart --type=lvm
# Partition clearing information
clearpart --none --initlabel
%packages
@^minimal
@core
kexec-tools
%end
%addon com_redhat_kdump --enable --reserve-mb='auto'
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment