diff options
author | Bill Nottingham <notting@redhat.com> | 2009-03-03 20:09:21 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-03-03 20:09:21 -0500 |
commit | 0c224207525ff4279066abef35ae1a5b74a07a5a (patch) | |
tree | 9b7e132abb13cf3ac223f8eb40a217fdca5581d2 /rc.d/rc.sysinit | |
parent | dffab47bedc9fb5dff33d4d63b70ad54db40a0e2 (diff) | |
download | initscripts-0c224207525ff4279066abef35ae1a5b74a07a5a.tar initscripts-0c224207525ff4279066abef35ae1a5b74a07a5a.tar.gz initscripts-0c224207525ff4279066abef35ae1a5b74a07a5a.tar.bz2 initscripts-0c224207525ff4279066abef35ae1a5b74a07a5a.tar.xz initscripts-0c224207525ff4279066abef35ae1a5b74a07a5a.zip |
Fix typo. (#487926)
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
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 |