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.sysinit | 2 -- 1 file changed, 2 deletions(-) (limited to 'rc.sysinit') 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 $? -- cgit v1.2.3