From 5c54d5ec8905e5ce3dd4f2b2dbcca97b3e07364d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 20 Jul 2007 20:33:14 +0000 Subject: add gfs2 (#248985) --- 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 e600945d..f5d1078f 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -745,7 +745,7 @@ mount -f /proc/bus/usb >/dev/null 2>&1 # Mount all other filesystems (except for NFS and /proc, which is already # mounted). Contrary to standard usage, # filesystems are NOT unmounted in single user mode. -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 if [ -x /sbin/quotaon ]; then action $"Enabling local filesystem quotas: " /sbin/quotaon -aug -- cgit v1.2.1