#version=DEVEL # System authorization information auth --enableshadow --passalgo=sha512 # Installation ## non-interactive cmdline ## reboot after install reboot # Services ## fail2ban services --enabled fail2ban # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=vda # Keyboard layouts keyboard --vckeymap=es --xlayouts='es' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=ens3 --ipv6=auto --activate network --hostname=fedora.evalinux.net # Root password rootpw --iscrypted $6$tFUg3v2ZZz2AZbVG$ekw6pR4zh7VAC/PIE8HPR6bozWMEWbZrN/RwZ8HjIlmaVUlIzDlUAf0N.wtxhgDEx2D25yW/0SfIu7u06FhX41 # System services services --enabled="chronyd" # System timezone timezone Etc/UTC --isUtc # User | Renich user --groups=wheel,webdev,gitters,deployers --name=renich --password="$6$tFUg3v2ZZz2AZbVG$ekw6pR4zh7VAC/PIE8HPR6bozWMEWbZrN/RwZ8HjIlmaVUlIzDlUAf0N.wtxhgDEx2D25yW/0SfIu7u06FhX41" --iscrypted --gecos="Renich Bon Ciric" # System bootloader configuration bootloader --location=mbr --boot-drive=vda # Disk partitioning information ## clear clearpart --drives=vda --all --initlabel ## partition part swap --fstype="swap" --ondisk=vda --size=2129 part /boot --fstype="ext4" --ondisk=vda --size=1024 part btrfs.main --fstype="btrfs" --ondisk=vda --grow ## sub-volumes btrfs none --label=fedora btrfs.main btrfs / --subvol --name=root LABEL=fedora btrfs /srv --subvol --name=srv LABEL=fedora btrfs /var --subvol --name=var LABEL=fedora btrfs /home --subvol --name=home LABEL=fedora %packages @^minimal-environment chrony vim bash-completion fail2ban-server fail2ban-systemd fail2ban-hostsdeny %end %addon com_redhat_kdump --disable --reserve-mb='128' %end %anaconda pwpolicy root --minlen=0 --minquality=1 --notstrict --nochanges --emptyok pwpolicy user --minlen=0 --minquality=1 --notstrict --nochanges --emptyok pwpolicy luks --minlen=0 --minquality=1 --notstrict --nochanges --emptyok %end