From 0c224207525ff4279066abef35ae1a5b74a07a5a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 3 Mar 2009 20:09:21 -0500 Subject: Fix typo. (#487926) --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 4f4fc6d9..832bcc2a 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -664,7 +664,7 @@ fi if [ "$READONLY" != "yes" ] ; then action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev else - action $"Mounting local filesystems: " mount -a -n -t nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev + action $"Mounting local filesystems: " mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev fi # Update quotas if necessary -- cgit v1.2.1