Guido Trentalancia
f3f019d947
95resume: avoid possible symbolic link creation error on bootup
...
Avoid symbolic link creation error.
9 years ago
Colin Guthrie
7b56b90582
resume: Ensure we actually wait for the /dev/resume 'device'
...
Although various bits are in place to cancel waiting for the /dev/resume
device (actually a symlink), we don't actually ever wait for it.
Also as the udev rule may create the symlink, silence any errors from
our manual ln -s call from the settled job.
10 years ago
Harald Hoyer
967cc19ab1
remove all vim and emacs code format comments
11 years ago
Harald Hoyer
636cc1ef63
resume/parse-resume.sh: correctly write timeout hook
11 years ago
Harald Hoyer
df6e79bfd2
resume/parse-resume.sh: fixed printf formatting
...
https://bugzilla.redhat.com/show_bug.cgi?id=1045704
11 years ago
Harald Hoyer
bb1ba3a1ca
resume: fixed udev rule for /dev/resume instead of /dev/dev/resume
...
https://bugzilla.redhat.com/show_bug.cgi?id=1045116
11 years ago
Harald Hoyer
8064f68d60
resume: no more autoresume
11 years ago
Harald Hoyer
1e057b352a
add PARTLABEL and PARTUUID
12 years ago
Harald Hoyer
32bd2fbb4c
use "rm --" to guard against filenames beginning with "-"
12 years ago
Harald Hoyer
e8f7ea6794
resume: generate rules already in parse-resume.sh
12 years ago
Harald Hoyer
450b5f336d
resume: move resume process to initqueue
13 years ago
Harald Hoyer
3b403b32fc
removed trailing whitespaces
14 years ago
Andrey Borzenkov
856285aa90
resume: merge uswsusp module into resume
...
uswsusp almost completely duplicates resume; merge them.
Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
15 years ago
Harald Hoyer
cc02093d69
reformat source code
...
removed tabs and set indention to 4 spaces
added emacs and vi format headers
15 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
Victor Lowther
99576a2a63
Split out resume handling into its own hook.
16 years ago