aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
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 /rc.sysinit
parentddac0b3efd33a8e8daa79bf7c8f85ef8b5079b60 (diff)
downloadinitscripts-06b4ed7da352248c760e6a78273ffd4ca7f435d7.tar.xz
Allow custom fsck on shutdown via hook (FS#18736)
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 0 insertions, 2 deletions
diff --git a/rc.sysinit b/rc.sysinit
index e08adc6..5af74a1 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -211,8 +211,6 @@ if [[ -f /etc/crypttab && -n $CS ]] && grep -q ^[^#] /etc/crypttab; then
fi
fi
-NETFS="nonfs,nonfs4,nosmbfs,nocifs,nocodafs,noncpfs,nosysfs,noshfs,nofuse,nofuseblk,noglusterfs,nodavfs"
-
if [[ -x $(type -P fsck) ]]; then
fsck_all
fsck_reboot $?