Harald Hoyer
11fcc8c8f9
95resume/install: give resume higher prio than mount
16 years ago
Harald Hoyer
2178a00eea
95resume: simplyfy rules and also recognize blkid typo
16 years ago
Harald Hoyer
5a8d8dfbb6
switch modules to initqueue-finished
16 years ago
Harald Hoyer
b006ff9930
removed shebang from .sh and changed mode to 0644
16 years ago
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