diff options
author | Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> | 2011-06-22 12:07:45 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-06-22 23:17:32 +0200 |
commit | 06b4ed7da352248c760e6a78273ffd4ca7f435d7 (patch) | |
tree | 882d4b0641d2426a9b78a0b69fb5c0e271087b7c /rc.shutdown | |
parent | ddac0b3efd33a8e8daa79bf7c8f85ef8b5079b60 (diff) |
Allow custom fsck on shutdown via hook (FS#18736)
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 2 |
1 files changed, 2 insertions, 0 deletions
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:" |