%PDF- %PDF-
Direktori : /proc/self/root/usr/share/dracut/modules.d/95uswsusp/ |
Current File : //proc/self/root/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