aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-06-22 12:07:45 +0200
committerTom Gundersen <teg@jklm.no>2011-06-22 23:17:32 +0200
commit06b4ed7da352248c760e6a78273ffd4ca7f435d7 (patch)
tree882d4b0641d2426a9b78a0b69fb5c0e271087b7c /functions
parentddac0b3efd33a8e8daa79bf7c8f85ef8b5079b60 (diff)
downloadinitscripts-06b4ed7da352248c760e6a78273ffd4ca7f435d7.tar.xz
Allow custom fsck on shutdown via hook (FS#18736)
Diffstat (limited to 'functions')
-rw-r--r--functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions b/functions
index 9b6f695..a02bd3b 100644
--- a/functions
+++ b/functions
@@ -316,6 +316,8 @@ read_crypttab() {
return $failed
}
+NETFS="nonfs,nonfs4,nosmbfs,nocifs,nocodafs,noncpfs,nosysfs,noshfs,nofuse,nofuseblk,noglusterfs,nodavfs"
+
fsck_all() {
stat_busy "Checking Filesystems"
FSCK_OUT=/dev/stdout
@@ -401,6 +403,7 @@ fsck_reboot() {
# single_prekillall: before all processes are being killed in rc.single
# shutdown_postkillall: after all processes have been killed in rc.shutdown
# single_postkillall: after all processes have been killed in rc.single
+# shutdown_postumount: after filesystems are unmounted
# shutdown_poweroff: directly before powering off in rc.shutdown
#
# Declare add_hook and run_hook as read-only to prevent overwriting them.