mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-28 21:28:13 +02:00
94f31e1356
Installing kernel-uek-core adds a UEK8 (6.x) boot entry but doesn't make it the default, because grubby only auto-promotes within the running kernel's flavor lineage and we cross from a 5.x kernel to the new UEK8 flavor. so-kernel-upgrade finds the newest installed 6.x UEK kernel and grubby --set-default's it (idempotent, verifies the change, no reboot).