Skip to content

Commit b27e2f3

Browse files
authored
Merge pull request #383 from endlessm/T34648
dracut: Omit simpledrm in initramfs
2 parents 8635ab1 + 73b3fb6 commit b27e2f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dracut/endless.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ early_microcode="yes"
1212
# (nouveau cannot be unloaded after it has bound to a device)
1313
omit_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
1726
add_drivers+=" bfq "

0 commit comments

Comments
 (0)