-
Notifications
You must be signed in to change notification settings - Fork 29
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
Downgrade linux-system76 dependency to recommends #291
base: master
Are you sure you want to change the base?
Conversation
If downgrading the linux-system76 dependency to |
I'm not sure we'd want to do this. The kernel is a basic part of hardware support for some of our products. The support team may depend on it being present during troubleshooting. No harm discussing it, though. |
In that case can we have |
I can understand the use case behind doing one of those two things. For what it's worth in evaluating this proposal, Pop!_OS gets the So this would only potentially affect our Ubuntu users (and users on other Ubuntu-based distros using the PPA). |
I know this is an annoying question, but can I ask why you don't want to pull in the System76 kernel? Is it software/DKMS compatibility for something you require only supporting the Ubuntu kernel? |
Sorry for the late response, I must have missed your last message. It's nothing like that, it's just that I feel that.. no offence meant, Ubuntu as a whole has more resources than System76 to keep up with kernel updates and security patches for the entire duration that the Ubuntu release is supported. Additionally, after the initial mainlining of patches happens for the model of laptop I use, I don't think there's much need to stick to a vendor-specific kernel. I also used to compile and run my own kernels anyway, and because I foolishly provisioned a small root and boot partition I don't really have the disk space to spare for more than 1 kernel long term, so I would just have one kernel installed unless I'm upgrading. Not needing to keep linux-system76 around would also be beneficial in this case. |
system76-driver contains a number of useful scripts (especially the ones in
/lib/systemd/system-sleep
) for System76 laptops, even without the use of the system76 kernel.This PR downgrades the linux-system76 dependency to a
Recommends
so that users can run custom kernels, or even a stock Ubuntu kernel of their choosing without needing to keep a kernel installed that they will never use.