From 06b4ed7da352248c760e6a78273ffd4ca7f435d7 Mon Sep 17 00:00:00 2001 From: "Kurt J. Bosch" Date: Wed, 22 Jun 2011 12:07:45 +0200 Subject: Allow custom fsck on shutdown via hook (FS#18736) --- rc.shutdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index fc12958..637974f 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -61,6 +61,8 @@ else fi stat_done +run_hook shutdown_postumount + # Kill non-root encrypted partition mappings if [[ -f /etc/crypttab && -n $CS ]] && grep -q ^[^#] /etc/crypttab; then stat_busy "Deactivating encrypted volumes:" -- cgit v1.2.3