From d2a76a3ab0931fae034b3992a5068450971b7c22 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 20 Jul 2007 20:33:14 +0000 Subject: add gfs2 to rc.sysinit mount (#494963) --- rc.d/rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 0c13df82..90f4c3dd 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -756,9 +756,9 @@ fi # mounted). Contrary to standard usage, # filesystems are NOT unmounted in single user mode. if [ "$READONLY" != "yes" ] ; then - action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs -O no_netdev + 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 -O no_netdev + action $"Mounting local filesystems: " mount -a -n -t nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev fi if [ -x /sbin/quotaon ]; then -- cgit v1.2.1