SVN: rc-scripts/trunk/rc.d/rc.sysinit

baggins baggins at pld-linux.org
Mon Mar 19 19:58:49 CET 2007


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


More information about the pld-cvs-commit mailing list