Enable trixie backports#2872
Open
grandpaul wants to merge 2 commits into
Open
Conversation
rmuthiah
force-pushed
the
paulliu-enable-trixie-backports
branch
from
July 21, 2026 18:50
f1d34ed to
0198ab3
Compare
added 2 commits
July 22, 2026 14:47
It seems that the nVidia driver are working now in trixie-backports. Turn on backports so we can have newer version of kernel. Signed-off-by: Ying-Chun Liu (PaulLiu) <liupa@google.com>
…SON API The previous way to download the artifacts doesn't work. We fix it by using the latest JSON API. And also make the script more verbose on error. Signed-off-by: Ying-Chun Liu (PaulLiu) <liupa@google.com>
rmuthiah
force-pushed
the
paulliu-enable-trixie-backports
branch
from
July 22, 2026 18:47
0198ab3 to
df0a4f9
Compare
rmuthiah
enabled auto-merge
July 22, 2026 18:47
dimorinny
requested changes
Jul 23, 2026
| d-i apt-setup/cdrom/set-first boolean false | ||
| # Backport selection | ||
| # d-i apt-setup/services-select multiselect backports | ||
| d-i apt-setup/services-select multiselect backports |
Contributor
There was a problem hiding this comment.
By doing so, it becomes much harder to predict which kernel version we'll end up with, given how frequently backports are updated. For example, we might make an unrelated change to the installer, but simply rebuilding it later could trigger an unexpected major kernel upgrade. In fact, I booted a QEMU VM using this installer and it actually installed kernel 7.0.13 (since 11 Jul 2026), rather than 6.18 as expected.
I'm still figuring out what a good approach would look like, but in the meantime, do you think this is a real concern?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We enable backports on Trixie so that we can install newer kernel.
Also we fix the unit tests because the download scripts needs to be updated.