lkrg-org / lkrg

Linux Kernel Runtime Guard
https://lkrg.org
Other
402 stars 72 forks source link

CI: mkosi: Fix mainline boot on Ubuntu mantic #288

Closed vt-alt closed 9 months ago

vt-alt commented 9 months ago

Ubuntu removed 'systemd-gpt-auto-generator' from systemd_253.5-1ubuntu5, causing dracut to be unable to find the root partition without assistance. It appears that specifying the root label could be a good solution.

Fixes: https://github.com/lkrg-org/lkrg/issues/287

How Has This Been Tested?

Will be tested in this PR.

solardiz commented 9 months ago

Thank you, @vt-alt! All green here and the change looks good to me. I'll merge now.