#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=sda # Keyboard layouts keyboard --vckeymap=in-eng --xlayouts='in (eng)' # System language lang en_IN.UTF-8 # Network information network --bootproto=static --device=eno1 --gateway=192.168.1.1 --ip=192.168.1.10 --nameserver=4.2.2.2 --netmask=255.255.255.0 --ipv6=auto --activate network --hostname=localhost.localdomain # Root password rootpw --iscrypted $6$kHwzZe66dYw1cx/j$.4dQ2B.7mnwiPyru0hlsTEGsBqulBWrwV7V4aTxNZokMjHv9GygjIbvFM0QVstP827uGVqaLaYUpfaGZcsjcF/ # System services services --disabled="chronyd" # System timezone timezone Asia/Kolkata --isUtc --nontp user --groups=wheel --name=muthuramakrishnan --password=$6$WmAr9nfNZJYUnzxs$NfUfQs0Nf4XKYNsArSj4S3vin.E4twbHDofLFgcx/OpubMfFQoKIefDrSgL8NP1T6gSsdF26JnSclkCXE4oYe/ --iscrypted --gecos="Muthuramakrishnan" # X Window System configuration information xconfig --startxonboot # System bootloader configuration bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda autopart --type=lvm # Partition clearing information clearpart --all --initlabel --drives=sda %packages @^graphical-server-environment @base @core @desktop-debugging @dial-up @dns-server @fonts @ftp-server @gnome-desktop @guest-agents @guest-desktop-agents @hardware-monitoring @input-methods @internet-browser @java-platform @kde-desktop @multimedia @network-file-system-client @print-client @remote-system-management @x11 kexec-tools %end %addon com_redhat_kdump --enable --reserve-mb='auto' %end %anaconda pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --notempty pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --notempty %end