Current Path :
/
usr
/
lib
/
dracut
/
modules.d
/
50plymouth
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/lib/dracut/modules.d/50plymouth/plymouth-newroot.sh
#!/usr/bin/sh if type plymouth > /dev/null 2>&1 && [ -z "$DRACUT_SYSTEMD" ]; then plymouth --newroot="$NEWROOT" fi