#version=RHEL7 # 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=sda # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US.UTF-8 # Network information #network --bootproto=static --device=enp1s0 --gateway=142.90.100.18 --ip=142.90.111.142 --nameserver=142.90.100.19 --netmask=255.255.224.0 --ipv6=auto #network --hostname=daq12.triumf.ca # Root password #rootpw --iscrypted $6$bhf/bdVcAAIlaP00$cgos/8Ok938lI5q2VRBeIxdK8RhWSqUh9TvU4xUxKB2EWaJ0RM7TmtJsVqciKWuUwpZGZ4UbvZLoqF0YWEX4g/ # System services services --enabled="chronyd" # System timezone timezone America/Vancouver --isUtc # X Window System configuration information xconfig --startxonboot # System bootloader configuration #bootloader --location=mbr --boot-drive=sda # Partition clearing information #clearpart --none --initlabel # Disk partitioning information #part /boot/efi --fstype="efi" --ondisk=sda --size=200 --fsoptions="umask=0077,shortname=winnt" #part / --fstype="xfs" --ondisk=sda --size=113772 #part /boot --fstype="xfs" --ondisk=sda --size=500 %packages --default --ignoremissing # --multilib @base @core @debugging @desktop-debugging #@dial-up @directory-client @fonts @gnome-apps @gnome-desktop @guest-desktop-agents @input-methods @internet-applications @internet-browser @java-platform @multimedia @network-file-system-client @performance @perl-runtime @print-client @ruby-runtime #@virtualization-client #@virtualization-hypervisor #@virtualization-tools #@web-server @x11 @Compatibility Libraries --optional @console-internet --optional @mate-desktop-environment --optional @gnome-desktop-environment --optional @kde-desktop-environment --optional @gnome-desktop --optional @general-desktop --optional @mate-desktop --optional @remote-desktop-clients --optional @kde-desktop --optional @xfce-desktop --optional @development --optional @eclipse --optional @emacs --optional @gnome-apps --optional @graphical-admin-tools --optional @hardware-monitoring --optional @kde-apps --optional @kde-desktop --optional @kde-media --optional @legacy-unix --optional @legacy-x --optional @mariadb-client --optional @mate-desktop --optional @php --optional @postgresql-client --optional @print-client @python-web @scientific --optional @system-admin-tools --optional @technical-writing --optional @x11 --optional @xfce-desktop --optional @performance --optional chrony tcpdump -firstboot -gnome-initial-setup %end %addon com_redhat_kdump --disable --reserve-mb='auto' %end