disable "@standard" group since it has kmod-kvdo which requires kernel-core but that conflicts with kernel-opi5 and there isn't a straightforward way to exclude kmod-kvdo

This commit is contained in:
Pratham Patel 2023-08-11 22:56:59 +05:30
parent 8c57f55df9
commit 6b5e1c4567
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
# Include packages that are basic and also packages that are expected to be present
@core
@standard
# Extra packages to do 'uboot -> grub -> linux'
dracut-config-generic
@ -48,6 +47,5 @@ tmux
# Remove some packages
-dracut-config-rescue
-java-11-*
-kmod-kvdo
%end