mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-14 05:10:33 +08:00
fix some deprecated options
E.g. since Fedora32, it is `--exclude-weakdeps`, not `--excludeWeakdeps`
This commit is contained in:
@@ -51,7 +51,7 @@ btrfs / --subvol --name=root LABEL=fedora
|
||||
reboot
|
||||
|
||||
##### begin package list #############################################
|
||||
%packages --instLangs=en
|
||||
%packages --inst-langs=en
|
||||
|
||||
# Include packages for the cloud-server-environment group
|
||||
@^cloud-server-environment
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
%include fedora-container-common.ks
|
||||
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||
dnf5
|
||||
-tzdata
|
||||
%end
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
%include fedora-container-common.ks
|
||||
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||
rootfiles
|
||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||
vim-minimal
|
||||
|
||||
@@ -30,7 +30,7 @@ zerombr
|
||||
clearpart --all
|
||||
autopart --noboot --nohome --noswap --nolvm
|
||||
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||
fedora-release-container
|
||||
bash
|
||||
coreutils
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
%include fedora-container-common.ks
|
||||
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||
-fedora-release-container
|
||||
fedora-release-eln
|
||||
fedora-repos-eln
|
||||
|
||||
@@ -23,7 +23,7 @@ firstboot --reconfig
|
||||
|
||||
%include fedora-repo.ks
|
||||
|
||||
%packages --excludedocs --excludeWeakdeps --nocore
|
||||
%packages --excludedocs --exclude-weakdeps --nocore
|
||||
bash
|
||||
fedora-modular-release
|
||||
filesystem
|
||||
|
||||
Reference in New Issue
Block a user