Skip to content
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

Is CentOS Stream 9 or RHEL 9 binrpm package creation supported? #31

Open
tfejos opened this issue May 30, 2024 · 1 comment
Open

Is CentOS Stream 9 or RHEL 9 binrpm package creation supported? #31

tfejos opened this issue May 30, 2024 · 1 comment

Comments

@tfejos
Copy link

tfejos commented May 30, 2024

Hi,
I downloaded https://github.com/L4STeam/linux/archive/refs/heads/testing.zip yesterday.
On a CentOS Stream 9 host I tried the following commands:

export BUILD_NUMBER=2
BUILD_NUMBER=${BUILD_NUMBER:-1} make -j$(nproc) binrpm-pkg LOCALVERSION=-prague-${BUILD_NUMBER} \ KRPM_PKGVERSION=2

Build failed on CentOS Stream 9, but could build it on CentOS Stream 8.
The package can be installed by rpm or dnf but the newly installed kernel cannot be found in grub.

Is CentOS Stream 9 or RHEL 9 supported or not yet?
What method do you suggest to add the new kernel to grub?

/usr/bin/br --by tfejos

@tfejos tfejos changed the title Is CentOS 9 Stream or RHEL 9 binrpm package creation supported? Is CentOS Stream 9 or RHEL 9 binrpm package creation supported? May 30, 2024
@minuscat
Copy link
Collaborator

You can try below v6 kernel if that works on RHEL9 or CentOS9 Steram OS: https://github.com/minuscat/l4steam-6.6.y
The pre-built kernel can be found: https://github.com/minuscat/l4steam-6.6.y/releases/download/testing-build/l4s-testing.zip

The kernel is patched on top of v6.6.40 LTS kernel now, and we will further move to newer v6.6.y kernel
That branch will soon move back to L4STeam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants