don't run plymouth --show-splash from udev rule
we have to run it no matter what, so don't rely on a rulemaster
parent
1eeddd31af
commit
071bd6e1a0
|
@ -1 +0,0 @@
|
|||
ACTION=="add", SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", RUN+="/bin/plymouth --show-splash"
|
|
@ -11,4 +11,3 @@ for modname in `find "/lib/modules/$kernel/kernel/drivers/gpu/drm" -name '*.ko'`
|
|||
instmods $modname
|
||||
fi
|
||||
done
|
||||
#inst_rules "$moddir/52-plymouth-start.rules"
|
||||
|
|
Loading…
Reference in New Issue