add pre-pivot-cleanup hook
authorDave Young <dyoung@redhat.com>
Thu, 19 Apr 2012 04:01:36 +0000 (12:01 +0800)
committerHarald Hoyer <harald@redhat.com>
Thu, 19 Apr 2012 09:59:45 +0000 (11:59 +0200)
commit2e7257a2e3bf91c11e8cc56f609b288403f9be14
treed3c8a7711835bd16755eeb2525179f665ec4a370
parent76b83902dc28c8b7240c346b3e9a721712301bbf
add pre-pivot-cleanup hook

Sometimes some hook script will need to be before the cleanup hook scripts
For example dhclient killing, nfs cleanup, etc. must not happen before kdump
because it will use their fuctionalities.

So here introduce a new hook pre-pivot-cleanup, all cleanup scripts will go there.
that means pre-pivot hook is splited to two hooks pre-pivot and pre-pivot-cleanup

Signed-off-by: Dave Young <dyoung@redhat.com>
README.modules
dracut-functions.sh
dracut.asc
dracut.cmdline.7.asc
modules.d/99base/init.sh