forked from sig_core/kickstarts
Fixup deprecations in kickstarts
This commit is contained in:
parent
eb59b5651a
commit
a8c3556bc4
@ -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
|
||||
|
@ -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
|
||||
|
@ -18,7 +18,7 @@ user --name=vagrant --plaintext --password=vagrant
|
||||
|
||||
shutdown
|
||||
|
||||
%packages --instLangs=en
|
||||
%packages --inst-langs=en
|
||||
bash-completion
|
||||
man-pages
|
||||
bzip2
|
||||
|
@ -18,7 +18,7 @@ user --name=vagrant --plaintext --password=vagrant
|
||||
|
||||
reboot
|
||||
|
||||
%packages --instLangs=en
|
||||
%packages --inst-langs=en
|
||||
bash-completion
|
||||
man-pages
|
||||
bzip2
|
||||
|
Loading…
Reference in New Issue
Block a user