diff options
author | Harald Hoyer <harald@redhat.com> | 2013-01-18 10:59:39 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-01-22 15:31:16 +0100 |
commit | 2b6dd6a1fc7f5d15bbe2876d758693111aeddf4f (patch) | |
tree | 111aa03d475991a0687dc95e6c3978c988ffcb72 /dracut-functions.sh | |
parent | 1d22c670b02f6a1cac8828cad606c2111f8098a6 (diff) | |
download | dracut-2b6dd6a1fc7f5d15bbe2876d758693111aeddf4f.tar.gz dracut-2b6dd6a1fc7f5d15bbe2876d758693111aeddf4f.tar.bz2 dracut-2b6dd6a1fc7f5d15bbe2876d758693111aeddf4f.zip |
dracut-functions.sh: add pre-shutdown hook
Diffstat (limited to 'dracut-functions.sh')
-rwxr-xr-x | dracut-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dracut-functions.sh b/dracut-functions.sh index 54813688..4d130135 100755 --- a/dracut-functions.sh +++ b/dracut-functions.sh @@ -106,7 +106,7 @@ fi hookdirs="cmdline pre-udev pre-trigger netroot " hookdirs+="initqueue initqueue/settled initqueue/online initqueue/finished initqueue/timeout " hookdirs+="pre-mount pre-pivot cleanup mount " - hookdirs+="emergency shutdown-emergency shutdown " + hookdirs+="emergency shutdown-emergency pre-shutdown shutdown " export hookdirs } |