Fixup deprecations in kickstarts

This commit is contained in:
Neil Hanlon 2022-07-04 17:41:15 -04:00
parent eb59b5651a
commit a8c3556bc4
Signed by untrusted user: neil
GPG Key ID: 705BC21EC3C70F34
4 changed files with 9 additions and 8 deletions

View File

@ -14,7 +14,7 @@ shutdown
keyboard us
lang en_US.UTF-8
timezone --isUtc --nontp UTC
timezone --isUtc --ntp-disable UTC
# Disk setup
zerombr
@ -22,7 +22,7 @@ clearpart --all --initlabel
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
# Package setup
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
%packages --ignoremissing --excludedocs --inst-langs=en --nocore --exclude-weakdeps
bash
binutils
coreutils-single
@ -91,6 +91,7 @@ systemctl mask \
rm -f /etc/udev/hwdb.bin
rm -rf /usr/lib/udev/hwdb.d/ \
/boot /var/lib/dnf/history.* \
/tmp/* /tmp/.* || true
"/tmp/*" "/tmp/.*" || true
%end

View File

@ -13,7 +13,7 @@ shutdown
keyboard us
lang en_US.UTF-8
timezone --isUtc --nontp UTC
timezone --isUtc --ntp-disable UTC
# Disk setup
zerombr
@ -21,7 +21,7 @@ clearpart --all --initlabel
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
# Package setup
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
%packages --ignoremissing --excludedocs --inst-langs=en --nocore --exclude-weakdeps
bash
coreutils-single
glibc-minimal-langpack
@ -92,6 +92,6 @@ systemctl mask \
rm -f /etc/udev/hwdb.bin
rm -rf /usr/lib/udev/hwdb.d/ \
/boot /var/lib/dnf/history.* \
/tmp/* /tmp/.*
"/tmp/*" "/tmp/.*" || true
%end

View File

@ -18,7 +18,7 @@ user --name=vagrant --plaintext --password=vagrant
shutdown
%packages --instLangs=en
%packages --inst-langs=en
bash-completion
man-pages
bzip2

View File

@ -18,7 +18,7 @@ user --name=vagrant --plaintext --password=vagrant
reboot
%packages --instLangs=en
%packages --inst-langs=en
bash-completion
man-pages
bzip2