%PDF- %PDF-
Direktori : /usr/share/dracut/modules.d/95uswsusp/ |
Current File : //usr/share/dracut/modules.d/95uswsusp/parse-uswsusp.sh |
#!/bin/sh if resume=$(getarg resume=) && ! getarg noresume; then export resume else unset resume fi case "$resume" in LABEL=*) resume="$(echo $resume | sed 's,/,\\x2f,g')" resume="/dev/disk/by-label/${resume#LABEL=}" ;; UUID=*) resume="/dev/disk/by-uuid/${resume#UUID=}" ;; esac if splash=$(getarg splash=); then export splash else unset splash fi