Harald Hoyer
a5cb5df189
also resume from "swsuspend" partitions
16 years ago
Harald Hoyer
e2ab42236b
resume from any suspend partition
...
If not "noresume" is specified and no explicit "resume=" given, try to resume
from any partition with type "suspend"
16 years ago
David Dillow
7132e6a346
Remove dependency on /bin/echo
...
Actually cut the last dependency on //bin/echo for resume.
16 years ago
David Dillow
9810ce7e38
resume: add support for labeled resume devices
...
I noticed when doing the block root= parser that resume
didn't support labeled resume devices. Fix that up and
get rid of a dependency on /bin/echo in the process.
16 years ago
David Dillow
e450281431
dracut: add cmdline hook
...
This hook is where each module should parse kernel command line
options and perform any legacy translation.
16 years ago
David Dillow
5c123162ed
block root: split out resume parsing and udev rules
...
We have a resume module, and these rules should live in it. Modify
the sort order a bit to ensure the resume rules continue to execute
first.
16 years ago
Victor Lowther
99576a2a63
Split out resume handling into its own hook.
16 years ago