summaryrefslogtreecommitdiffstats
path: root/modules.d/50plymouth/plymouth-newroot.sh
blob: 944f2dc60c29b565321bb8b5c99337ac4515ccbf (plain)
1
2
3
4
5
#!/bin/sh

if type plymouth > /dev/null 2>&1 && [ -z "$DRACUT_SYSTEMD" ]; then
    plymouth --newroot="$NEWROOT"
fi