mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-14 04:00: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
|
reboot
|
||||||
|
|
||||||
##### begin package list #############################################
|
##### begin package list #############################################
|
||||||
%packages --instLangs=en
|
%packages --inst-langs=en
|
||||||
|
|
||||||
# Include packages for the cloud-server-environment group
|
# Include packages for the cloud-server-environment group
|
||||||
@^cloud-server-environment
|
@^cloud-server-environment
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
%include fedora-container-common.ks
|
%include fedora-container-common.ks
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||||
dnf5
|
dnf5
|
||||||
-tzdata
|
-tzdata
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
%include fedora-container-common.ks
|
%include fedora-container-common.ks
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||||
rootfiles
|
rootfiles
|
||||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||||
vim-minimal
|
vim-minimal
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ zerombr
|
|||||||
clearpart --all
|
clearpart --all
|
||||||
autopart --noboot --nohome --noswap --nolvm
|
autopart --noboot --nohome --noswap --nolvm
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||||
fedora-release-container
|
fedora-release-container
|
||||||
bash
|
bash
|
||||||
coreutils
|
coreutils
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
%include fedora-container-common.ks
|
%include fedora-container-common.ks
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps
|
||||||
-fedora-release-container
|
-fedora-release-container
|
||||||
fedora-release-eln
|
fedora-release-eln
|
||||||
fedora-repos-eln
|
fedora-repos-eln
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ firstboot --reconfig
|
|||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
%packages --excludedocs --excludeWeakdeps --nocore
|
%packages --excludedocs --exclude-weakdeps --nocore
|
||||||
bash
|
bash
|
||||||
fedora-modular-release
|
fedora-modular-release
|
||||||
filesystem
|
filesystem
|
||||||
|
|||||||
Reference in New Issue
Block a user