-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop package acpi-support-base? #76
Comments
|
Ok, we could start by copying the existing packages file to packages.{lenny,squeeze,wheezy} and then adjust for packages.jessie and packages.stretch. Then drop packages file overall and don't install /etc/debootstrap/packages any longer that way, only if the file exists then use it, otherwise default to /etc/debootstrap/packages.$release. This should ensure more flexibility with regards to target releases without breaking backwards compatibility for users customizing /etc/debootstrap/packages too much. |
On users who customized
Personally, that's what I'd want as a user. What do you think? |
I'd assume This can "un-complicate" things a bit, again IMO. |
systemd is present only in more recent Debian releases, and also isn't necessary/relevant when creating a container based system (where systemd wouldn't even really work). More generic answer: we shouldn't try to manage a global package list that fits every single Debian/release, instead the list should be per release and it should be possible to easily remove/add packages on demand. |
Ah, thx for the explain.
or, still keep a global package list that is the base for every single Debian/release, then per release based fine tuning (adding their own if necessary). |
acpi-support-base shouldn't be installed with systems running systemd according to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783247 - we should think about dropping it from the default package list. I'm unsure yet though what to do about systems without systemd and how to handle that then. Maybe by supporting packages.$release or so?
The text was updated successfully, but these errors were encountered: