dracut/modules.d/50plymouth/plymouth-newroot.sh

6 lines
79 B
Bash
Executable File

#!/bin/sh
if [ -x /bin/plymouth ]; then
/bin/plymouth --newroot=$NEWROOT
fi