Author: baggins
Date: Mon Mar 19 19:58:48 2007
New Revision: 8384

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- nfs4 is also non-local fs


Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit    (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit    Mon Mar 19 19:58:48 2007
@@ -697,7 +697,7 @@
        # 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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to