Dashboard
PHP:
8.2.33
OS:
Linux
User:
adrian81
/
/
usr
/
lib
/
dracut
/
modules.d
/
50plymouth
📤 Upload
📝 New File
📁 New Folder
Close
Editing: plymouth-newroot.sh
#!/usr/bin/sh if type plymouth > /dev/null 2>&1 && [ -z "$DRACUT_SYSTEMD" ]; then plymouth --newroot="$NEWROOT" fi
Save
Cancel