seapath / build_debian_iso

Code to build a debian seapath ISO file using FAI Project
https://lfenergy.org/projects/seapath/
Apache License 2.0
5 stars 7 forks source link

kernel version: use the debian stable version (6.6) #112

Closed insatomcat closed 4 months ago

insatomcat commented 4 months ago

We do not need to use the backported version anymore. 6.6 contains all the features we need + it's LTS.

dknueppe commented 4 months ago

Which features were required? The default Kernel version in Debian 12 stable is 6.1 not 6.6

insatomcat commented 4 months ago

You are right, my mistake. The use of the backported version was when we were still in debian 11, running 5.10. I can't remember exactly what was missing at that time. The thing is, with debian12, kernel 6.1 is an appropriate default version. The seapath user can still choose to upgrade to bookworm-backport if he needs (for hardware support reasons maybe?), the point is that 6.1 for a default version is enough.