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
|
keyboard us
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
timezone --isUtc --nontp UTC
|
timezone --isUtc --ntp-disable UTC
|
||||||
|
|
||||||
# Disk setup
|
# Disk setup
|
||||||
zerombr
|
zerombr
|
||||||
@ -22,7 +22,7 @@ clearpart --all --initlabel
|
|||||||
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
||||||
|
|
||||||
# Package setup
|
# Package setup
|
||||||
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --ignoremissing --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||||
bash
|
bash
|
||||||
binutils
|
binutils
|
||||||
coreutils-single
|
coreutils-single
|
||||||
@ -91,6 +91,7 @@ systemctl mask \
|
|||||||
rm -f /etc/udev/hwdb.bin
|
rm -f /etc/udev/hwdb.bin
|
||||||
rm -rf /usr/lib/udev/hwdb.d/ \
|
rm -rf /usr/lib/udev/hwdb.d/ \
|
||||||
/boot /var/lib/dnf/history.* \
|
/boot /var/lib/dnf/history.* \
|
||||||
/tmp/* /tmp/.* || true
|
"/tmp/*" "/tmp/.*" || true
|
||||||
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
@ -13,7 +13,7 @@ shutdown
|
|||||||
|
|
||||||
keyboard us
|
keyboard us
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
timezone --isUtc --nontp UTC
|
timezone --isUtc --ntp-disable UTC
|
||||||
|
|
||||||
# Disk setup
|
# Disk setup
|
||||||
zerombr
|
zerombr
|
||||||
@ -21,7 +21,7 @@ clearpart --all --initlabel
|
|||||||
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
||||||
|
|
||||||
# Package setup
|
# Package setup
|
||||||
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --ignoremissing --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||||
bash
|
bash
|
||||||
coreutils-single
|
coreutils-single
|
||||||
glibc-minimal-langpack
|
glibc-minimal-langpack
|
||||||
@ -92,6 +92,6 @@ systemctl mask \
|
|||||||
rm -f /etc/udev/hwdb.bin
|
rm -f /etc/udev/hwdb.bin
|
||||||
rm -rf /usr/lib/udev/hwdb.d/ \
|
rm -rf /usr/lib/udev/hwdb.d/ \
|
||||||
/boot /var/lib/dnf/history.* \
|
/boot /var/lib/dnf/history.* \
|
||||||
/tmp/* /tmp/.*
|
"/tmp/*" "/tmp/.*" || true
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
@ -18,7 +18,7 @@ user --name=vagrant --plaintext --password=vagrant
|
|||||||
|
|
||||||
shutdown
|
shutdown
|
||||||
|
|
||||||
%packages --instLangs=en
|
%packages --inst-langs=en
|
||||||
bash-completion
|
bash-completion
|
||||||
man-pages
|
man-pages
|
||||||
bzip2
|
bzip2
|
||||||
|
@ -18,7 +18,7 @@ user --name=vagrant --plaintext --password=vagrant
|
|||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
%packages --instLangs=en
|
%packages --inst-langs=en
|
||||||
bash-completion
|
bash-completion
|
||||||
man-pages
|
man-pages
|
||||||
bzip2
|
bzip2
|
||||||
|
Loading…
Reference in New Issue
Block a user