dentproject / dentOS

dentOS SwitchDev based NOS
Other
203 stars 59 forks source link

amd64: add kernel version to 5.15-lts, set kvm defaults to 5.15-lts #302

Closed adaraiseh closed 2 months ago

adaraiseh commented 6 months ago

Hello,

DentOS still runs kernel 5.6 on x86 virtual machines.

# uname -r
5.6.16-OpenNetworkLinux

PR #159 added some of the code parts to add 5.15 kernel on amd64, however some parts are still missing.

Creating this PR complete the missing pieces for amd64 arch and kvm platform. The change was tested locally:

# uname -a
Linux localhost 5.15.11+ #1 SMP Sat Apr 6 09:31:50 UTC 2024 x86_64 GNU/Linux

Not sure if this is the right way to contribute, if not please guide us, and we'd love to contribute more to this great NOS in future.

paulmenzel commented 2 months ago

I am curious, why you closed it.