From 438bf72007c9104e54f2a22fcfdf8941578839b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 19 Mar 2007 18:58:48 +0000 Subject: [PATCH] - nfs4 is also non-local fs svn-id: @8384 --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 3591d3e2..89c2e36c 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -697,7 +697,7 @@ if ! is_yes "$VSERVER"; then # mounted). Contrary to standard usage, # filesystems are NOT unmounted in single user mode. - run_cmd "Mounting local filesystems" mount -a -t nonfs,smbfs,ncpfs,proc,cifs -O no_netdev + run_cmd "Mounting local filesystems" mount -a -t nonfs,nfs4,smbfs,ncpfs,proc,cifs -O no_netdev # now we have /usr mounted, recheck if we have gettext and tput available. if is_no "$TPUT"; then -- 2.44.0