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
Right now we default to DPS for composefs + systemd-boot.
In Fedora 43+, GRUB has the `bli` module and supports this,
so it *can* be used there.
Make this configurable (mainly intended for base image builders)
so that those with new enough GRUB can flip it on by default.
We had a hacky thing here that removed the auto-injected `root=`
arg if we detected composefs + sdboot; that can now instead
flip on this flag, and then we ensure we don't inject it
at all.
Assisted-by: OpenCode (Claude Opus 4)
Signed-off-by: Colin Walters <walters@verbum.org>
0 commit comments