????

Your IP : 3.129.42.59


Current Path : /usr/lib/dracut/modules.d/50plymouth/
Upload File :
Current File : //usr/lib/dracut/modules.d/50plymouth/plymouth-newroot.sh

#!/bin/sh

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