AlkantarClanX12

Your IP : 18.217.224.165


Current Path : /lib/dracut/modules.d/50plymouth/
Upload File :
Current File : //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