#version=RHEL8 # Use network installation url --url="https://mirror.stream.centos.org/10-stream/BaseOS/x86_64/os/" # Repositories repo --name=epel --mirrorlist="https://mirrors.fedoraproject.org/metalink?repo=epel-10&arch=x86_64" repo --name="AppStream" --baseurl=https://mirror.stream.centos.org/10-stream/AppStream/x86_64/os/ # Use cmdline install # uncommend either cmdline or graphical; not both cmdline #graphical # shutdown when finished shutdown # Keyboard layouts keyboard --vckeymap=es --xlayouts='es' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=enp1s0 --ipv6=auto --activate network --hostname=cs10.virt.casa.g02.org # Root password # password: mysuperpassword rootpw --iscrypted $6$sTl..plfgEjSxym4$rRhu5I1O9OqGVCQdgW.m3Uccw/9IkDSGx9Wu1gWMXmznJEZnm3AAPUCub7F28K/KUZezx5SiEz4z73PTs2cBe. # users # password: myveryhardpassword user --groups=wheel,webdev,gitters,deployers --name=renich --password=$6$OjnazjvGDaLmciUG$hjGtLuSQ/.pHBkzDz30Wcr27OLQEiEZpVAi/6mlocZN0Sxcq3hKvAosQTsEEq2Wst1OrNfabtooXjpQsiM07.1 --iscrypted --gecos="Renich Bon Ćírić" # Run the Setup Agent on first boot firstboot --disable # Do not configure the X Window System skipx # System services services --enabled="chronyd" # System timezone timezone Etc/UTC --isUtc # Partitioning ignoredisk --only-use=vda clearpart --none --initlabel part / --fstype="btrfs" --ondisk=vda --grow %packages @^minimal-environment bash-completion epel-release fail2ban-firewalld fail2ban-systemd git kexec-tools rpmconf vim %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