File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,15 @@ early_microcode="yes"
1212# (nouveau cannot be unloaded after it has bound to a device)
1313omit_drivers="nouveau"
1414
15+ # Don't include simpledrm in the initramfs to avoid the frame buffer transition
16+ # on some platforms, like RPi 4B, which blocks system during plymouth splash.
17+ #
18+ # We should be able to drop this change with a newer plymouth that includes
19+ # commit 5dedca81 "ply-device-manager: Also ignore SimpleDRM devs in coldplug
20+ # enumeration path". See https://phabricator.endlessm.com/T34648 and
21+ # https://bugzilla.redhat.com/show_bug.cgi?id=2127663.
22+ omit_drivers+=" simpledrm "
23+
1524# Ship the bfq IO scheduler module in the initrd, as it's relied upon by
1625# our udev rules that detect block devices
1726add_drivers+=" bfq "
You can’t perform that action at this time.
0 commit comments