This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch minimization-cleanups in repository fedora-kickstarts.
commit 879a7d74092f9d324d9488f981cab625f557d6b4 Author: Adam Williamson awilliam@redhat.com AuthorDate: Mon Nov 7 11:56:34 2022 -0800
Cleanup fedora-live-minimization some more
mpage is only 60K in size and requires only libc and rtld. Seems worthless to drop it.
isdn4k-utils doesn't exist any more.
For the sane stuff: nothing sane-related is pulled into most images any more. cinnamon-desktop, design-suite and gnome-desktop list some SANE packages, but that clearly means they *want* to include them, and the kickstarts for those spins don't include fedora-live-minimization anyway. The 'graphics' group lists xsane-gimp conditional on gimp being included, but no desktop environment or kickstart includes the 'graphics' group as a default, so it won't be on any live images.
This leaves only hplip in the file. That *is* of significant size and *would* be pulled into most of the spins which include this file, so we can't drop it yet at least. There may be an argument for dropping it from comps with the current state of IPP Everywhere support, I guess.
Signed-off-by: Adam Williamson awilliam@redhat.com --- fedora-live-minimization.ks | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/fedora-live-minimization.ks b/fedora-live-minimization.ks index 43906cd..3cde144 100644 --- a/fedora-live-minimization.ks +++ b/fedora-live-minimization.ks @@ -4,13 +4,6 @@ %packages
# save some space --mpage -hplip --isdn4k-utils - -# scanning takes quite a bit of space :/ --xsane --xsane-gimp --sane-backends
%end