%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/dracut/modules.d/95uswsusp/
Upload File :
Create Path :
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

Zerion Mini Shell 1.0