Bugzilla – Bug 716939
systemd: bloats minimal install with python-base
Last modified: 2011-10-14 16:00:16 UTC
the rather trivial systemd-sysv-convert requires python-base. No other package in a minimal install requires python so this adds >20MB for no real reason. Please consider rewriting that script in e.g. perl.
I'm not a perl expert at all, so I would gladly accept a rewrite why anybody who willing to (I copied the script from Fedora)
awk, bash or anything else in the minimal installation would be fine too ;-)
done in home:fcrozat:systemd / systemd I've rewritten systemd-sysv-convert in bash4
This is an autogenerated message for OBS integration: This bug (716939) was mentioned in https://build.opensuse.org/request/show/87493 Factory / systemd
Cool, thanks! Now there's still systemd-analyse though. It doesn't work with plain python anyways as it needs python-dbus. Could it be split off or at least the dependency to python suppressed?
I would still prefer to have it installed by default when systemd is installed.. Removing the dependency on python could lead to non-working program :(
it doesn't work atm anyways due to missing dep on python-dbus. that analyse program isn't needed in a minimal install. You could recommend python so I could kill that dep via patterns.
fixed in home:fcrozat:systemd / systemd will push it soon.
awesome!
This is an autogenerated message for OBS integration: This bug (716939) was mentioned in https://build.opensuse.org/request/show/87884 Factory / systemd