%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/dracut/modules.d/95resume/
Upload File :
Create Path :
Current File : //usr/share/dracut/modules.d/95resume/resume.sh

#!/bin/sh
[ -s /.resume -a -b "$resume" ] && {
    # parsing the output of ls is Bad, but until there is a better way...
    ls -lH "$resume" | ( 
	read x x x x maj min x;
	echo "${maj%,}:$min"> /sys/power/resume)
    >/.resume
}

Zerion Mini Shell 1.0