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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: