\!/ KyuuKazami \!/

Path : /usr/share/dracut/modules.d/95uswsusp/
Upload :
Current File : //usr/share/dracut/modules.d/95uswsusp/resume-uswsusp.sh

#!/bin/sh
case "$splash" in
    quiet )
	a_splash="-P splash=y"
    ;;
    * )
	a_splash="-P splash=n"
    ;;
esac

if [ -n "$resume" ]; then
    /usr/sbin/resume $a_splash "$resume"
fi

@KyuuKazami