| ▲ | waych 3 hours ago | |
People don't usually understand that apt allows you to configure multiple sources across versions simultaneously, so you can e.g. run stable, but also selectively install from backports or unstable. To do so, add the sources for trixie-backports and unstable, and add the following configuration (e.g. /etc/apt/preferences.d/trixie-sid-pin) so that the system knows which sources your prefer:
Now the system can access the latest kernel from unstable (and backports), while keeping everything else on stable:
I believe the kernel in backports gets updated only after it is live in unstable for at least a week, which lately still feels like forever. | ||
| ▲ | yjftsjthsd-h 44 minutes ago | parent [-] | |
> People don't usually understand that apt allows you to configure multiple sources across versions simultaneously, so you can e.g. run stable, but also selectively install from backports or unstable. Which is just as well, because that's not generally a good idea unless you really know what you're doing: https://wiki.debian.org/DontBreakDebian#Don.27t_make_a_Frank... Granted, the kernel is probably the best thing to do it with, on account of their aggressive stance on compatibility and the narrowness of impact (no .so files in play). | ||