]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
resume: move resume hook from mount to pre-mount
authorHarald Hoyer <harald@redhat.com>
Sat, 2 Mar 2013 12:11:38 +0000 (13:11 +0100)
committerHarald Hoyer <harald@redhat.com>
Sat, 2 Mar 2013 12:11:38 +0000 (13:11 +0100)
modules.d/95resume/module-setup.sh

index e7d23dea56816536094fe8729abdc657f498694b..1c4f00f9b6ce6dfb23df09b94d787ecea46e5e6e 100755 (executable)
@@ -16,6 +16,6 @@ install() {
 
     inst_hook cmdline 10 "$moddir/parse-resume.sh"
     inst_hook pre-udev 30 "$moddir/resume-genrules.sh"
-    inst_hook mount 10 "$moddir/resume.sh"
+    inst_hook pre-mount 10 "$moddir/resume.sh"
 }