Only pull in dracut package not all it's subpackages.
Partly revert commit e25f2baaa1
instead of pulling in dracut* (dracut and all it's subpackages), just
pull in the main one. This should hopefully fix
https://bugzilla.redhat.com/show_bug.cgi?id=1734179
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
af34003f97
commit
77929ac87d
@ -127,7 +127,7 @@ additional_packages = [
|
||||
('^(Server|Everything)$', {
|
||||
'*': [
|
||||
'kernel*',
|
||||
'dracut*',
|
||||
'dracut.*',
|
||||
'autocorr-*',
|
||||
'eclipse-nls',
|
||||
'eclipse-nls-*',
|
||||
|
Loading…
Reference in New Issue
Block a user