mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-11 18:44:21 +00:00
Ensure that util-linux-core is available
In 1f3645b72d
we added a removal of
util-linux, so this section had both:
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
util-linux
...
-util-linux
This changes the first of those two entries to include
util-linux-core instead of util-linux, so these two directives do
not conflict.
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
1bfe603576
commit
4477181faf
@ -36,7 +36,7 @@ bash
|
|||||||
coreutils
|
coreutils
|
||||||
glibc-minimal-langpack
|
glibc-minimal-langpack
|
||||||
rpm
|
rpm
|
||||||
util-linux
|
util-linux-core
|
||||||
-kernel
|
-kernel
|
||||||
-dosfstools
|
-dosfstools
|
||||||
-e2fsprogs
|
-e2fsprogs
|
||||||
|
Loading…
Reference in New Issue
Block a user