mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-25 16:43:08 +00:00
Reduce some packages that aren't of much use in the containers
Filesytem tools, TPM tools, libusb and friends aren't of much use in a docker container so remove them. Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
2b560ba567
commit
a6da97b44e
@ -6,9 +6,6 @@
|
|||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
microdnf
|
microdnf
|
||||||
-e2fsprogs
|
|
||||||
-libss # used by e2fsprogs
|
|
||||||
-fuse-libs
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
@ -35,6 +35,16 @@ part / --fstype ext4 --grow
|
|||||||
fedora-release
|
fedora-release
|
||||||
bash
|
bash
|
||||||
-kernel
|
-kernel
|
||||||
|
-dosfstools
|
||||||
|
-e2fsprogs
|
||||||
|
-fuse-libs
|
||||||
|
-gnupg2-smime
|
||||||
|
-libss # used by e2fsprogs
|
||||||
|
-libusbx
|
||||||
|
-pinentry
|
||||||
|
-shared-mime-info
|
||||||
|
-trousers
|
||||||
|
-xkeyboard-config
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user