/usr/lib/dracut/modules.d/50plymouth
NameSizeModeActions
module-setup.sh12440755editdlrm
plymouth-emergency.sh510755editdlrm
plymouth-newroot.sh1130755editdlrm
plymouth-populate-initrd.sh14540755editdlrm
plymouth-pretrigger.sh11770755editdlrm
Edit: /usr/lib/dracut/modules.d/50plymouth/plymouth-newroot.sh (113B)
#!/bin/sh if type plymouth >/dev/null 2>&1 && [ -z "$DRACUT_SYSTEMD" ]; then plymouth --newroot=$NEWROOT fi