You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh yeah, we deleted un-def kernel in favor of numerical kernels. I added latest pseudo-flavour but it turned out to wok not as I expected (bringing 6.6 instead of 6.12 due to ALT apt bugs). I thought I will invent something complicated to bring the latest kernel but I didn't get idea yet.
vt-alt
added a commit
to vt-alt/lkrg
that referenced
this issue
Dec 3, 2024
ALT switched to numerical kernel flavours, thus no 'un-def' anymore.
Bring the new package 'kernel-headers-modules-mainline' that's supposed
to track the mainline kernels. If it fails bring 'stable' kernel
headers. Perhaps, it can fail during the merge window when `x.y.1`
stable is already released to the `x.y` flavour, so the pseudo-flavour
isn't longer 'mainline' but 'stable'.
Fixes: lkrg-org#360
Signed-off-by: Vitaly Chikunov <[email protected]>
vt-alt
added a commit
to vt-alt/lkrg
that referenced
this issue
Dec 4, 2024
ALT switched to numerical kernel flavours, thus no 'un-def' anymore.
Bring the new package 'kernel-headers-modules-mainline' that's supposed
to track the mainline kernels. If it fails bring 'latest1' kernel
headers. Bringing 'mainline' could fail during the merge window when
`x.y.1` stable is already released to the `x.y` flavour, so the
pseudo-flavour isn't longer 'mainline' but 'latest1' (note it ends with
`1`). This should not be the 'latest' as it provided by multiple
packages and naïve apt-get install will refuse to install.
Fixes: lkrg-org#360
Signed-off-by: Vitaly Chikunov <[email protected]>
https://github.com/solardiz/lkrg/actions/runs/12124977914/job/33803883053
@vt-alt
The text was updated successfully, but these errors were encountered: