#version=DEVEL # System authorization information auth --enableshadow --passalgo=sha512 # 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 --addsupport=es_MX.UTF-8 # Installation Source repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch #repo --name=updates-testing --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch install url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch # Network information network --bootproto=dhcp --device=enp0s3 --ipv6=auto --activate network --hostname=localhost.localdomain # Root password rootpw --iscrypted $6$WYAlt3ZpK9AX598H$yfTeA94CdBYxI0Thv149CcYMoIztvTDcw2.4MSV0YDBWvalOaxxYdpf07vFKm7FlaggVR40hizdf/NKis080F0 user --groups=wheel --name=wpollock --password=$6$RKQHsN.XFD8fdUtQ$APWtzkxAIJskL.7PhzouL9.jjALvoaYhEmcYHDLpLOYzGBi2u8HNrTWJ7kiyy6OWExz4o6anbWRHdrYU9ue1c/ --iscrypted --gecos="Wayne Pollock" # System services services --enabled="chronyd" # System timezone timezone America/New_York --isUtc --ntpservers=2.fedora.pool.ntp.org,2.fedora.pool.ntp.org,2.fedora.pool.ntp.org,2.fedora.pool.ntp.org # X Window System configuration information xconfig --startxonboot # System bootloader configuration bootloader --location=mbr --boot-drive=sda # Partition clearing information clearpart --all --initlabel # Disk partitioning information part pv.220 --fstype="lvmpv" --ondisk=sda --size=37980 part /boot --fstype="ext4" --ondisk=sda --size=1024 volgroup vg --pesize=4096 pv.220 logvol / --fstype="ext4" --size=20480 --name=root --vgname=vg logvol swap --fstype="swap" --size=2126 --name=swap --vgname=vg logvol /home --fstype="ext4" --size=15360 --name=home --vgname=vg %packages @^kde-desktop-environment @admin-tools @c-development @development-tools @firefox @games @python-classroom @rpm-development-tools @security-lab @system-tools @text-internet chrony %end %addon com_redhat_kdump --disable --reserve-mb='128' %end %anaconda pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --emptyok pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --emptyok %end