From bdf1db37d4f47128c3ebeee95b8f9528146abd31 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Tue, 15 Dec 2015 12:39:03 +0100 Subject: rc.sysinit: fix typo in fs Resolves: #1291498 --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') 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 -- cgit v1.2.1