dracut/modules.d/95uswsusp/resume-uswsusp.sh

14 lines
186 B
Bash
Executable File

#!/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