dracut/modules.d/95resume
Colin Guthrie f65b874bda resume: Fix failure when invalid device passed via 'resume='
This commit allows the waiting for a device to be cancelled.
When the resume partition does not exist, it becomes quite hard
to work out what to do (you have to either create the
/dev/resume symlink manually, or remove the 'finished' job
that is waiting for it). Additionally dracut incorrectly
displays a message about not being able to find the root
device, which is bogus and misleading.

This commit should just bail on the whole resume thing
if the device cannot be found and proceed with a normal boot.
2012-01-09 13:33:13 +01:00
..
module-setup.sh dracut-functions: make local vars local and prefix with "_" 2011-05-12 11:06:47 +02:00
parse-resume.sh removed trailing whitespaces 2011-05-10 11:56:09 +02:00
resume-genrules.sh resume: Fix failure when invalid device passed via 'resume=' 2012-01-09 13:33:13 +01:00
resume.sh removed trailing whitespaces 2011-05-10 11:56:09 +02:00