#platform=x86, AMD64, or Intel EM64T #version=RHEL8 # Reboot after installation reboot # Use text mode install text repo --name="AppStream" --baseurl=file:///run/install/sources/mount-0008-nfs-device/AppStream %packages @^workstation-product-environment @development @gnome-apps @graphical-admin-tools @internet-applications @legacy-unix @office-suite @scientific @system-tools kexec-tools %end # Keyboard layouts keyboard --vckeymap=uk --xlayouts='gb' # System language lang en_GB.UTF-8 # Firewall configuration firewall --disabled # Network information network --bootproto=dhcp --device=eno1 --activate network --hostname=localhost.localdomain # Use NFS installation media nfs --server=143.239.132.208 --dir=/export/opt/Centos8/x86_64/os # System authorization information # SELinux configuration selinux --enforcing firstboot --disable # System bootloader configuration # Clear the Master Boot Record zerombr # Partition clearing information clearpart --all --initlabel autopart --nohome --type=lvm --fstype=xfs # System timezone timezone Europe/Dublin --ntpservers=intns1.ucc.ie #Root password rootpw --iscrypted $6$3txN76baTOUU2FZn$4VshHOET22tQiWVR2Y23P6rTZBFtrAHezoea24rQ9LDgUub8KHlPC3Psijp54rUBtOcA/hDus/xesPECVTzbw1 user --name=tech --password=$6$jBtORu6Tj6WbnWp0$nQ1fEEUT3gWYki0bGou/KMs0j3uROmE5/q.geNvejNHwLDI7ZtPVlO/J29wDs2coluUA.HLwDPvZDQa05NTFR0 --iscrypted # License agreement eula --agreed %addon com_redhat_kdump --enable --reserve-mb='auto' %end