aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2015-12-15 12:39:03 +0100
committerLukas Nykryn <lnykryn@redhat.com>2015-12-15 12:39:03 +0100
commitbdf1db37d4f47128c3ebeee95b8f9528146abd31 (patch)
tree85e06692e50d97720b36849d557c5f9afdfc9654 /rc.d
parent9ac736c72ffcbdd48a08e2bc195b05953aa4c88c (diff)
downloadinitscripts-bdf1db37d4f47128c3ebeee95b8f9528146abd31.tar
initscripts-bdf1db37d4f47128c3ebeee95b8f9528146abd31.tar.gz
initscripts-bdf1db37d4f47128c3ebeee95b8f9528146abd31.tar.bz2
initscripts-bdf1db37d4f47128c3ebeee95b8f9528146abd31.tar.xz
initscripts-bdf1db37d4f47128c3ebeee95b8f9528146abd31.zip
rc.sysinit: fix typo in fs
Resolves: #1291498
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 2521ab53..ef8c43b9 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -516,7 +516,7 @@ fi
if [ "$READONLY" != "yes" ] ; then
action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2,glusterfs -O no_netdev
else
- action $"Mounting local filesystems: " mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2i,glusterfs -O no_netdev
+ action $"Mounting local filesystems: " mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2,glusterfs -O no_netdev
fi
# Check to see if a full relabel is needed