#version=DEVEL # System authorization information auth --enableshadow --passalgo=sha512 # Firewall configuration firewall --disabled --ssh --service=ssh # USE CDROM installation media cdrom #Use graphical install graphical #Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=sda # Reboot after installation reboot #Keyboard layouts keyboard --vckeymap=us --xlayouts='us' #System language lang en_US.UTF-8 #Network Information network --bootproto=static --device=eno16780032 --gateway=*** --ip=*** --nameserver=**** --netmask=255.255.252.0 --noipv6 --activate --hostname=host.ibm.com # Root password rootpw "testing" #System timezone timezone --isUtc America/Los_Angeles #System bootloader configuration bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda autopart --type=lvm #partition clearing information clearpart --all --initlabel --drives=sda %packages @^minimal @core %end