mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-13 10:30:31 +08:00
fix some deprecated options
E.g. since Fedora32, it is `--exclude-weakdeps`, not `--excludeWeakdeps`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user