From 2d3dfa0c5c2d0e95943df8b5ec655787264012d7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 1 Aug 2011 16:12:07 -0400 Subject: Don't mount gfs2 in netfs (#689593) --- rc.d/init.d/netfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 6bb149f6..ae708eab 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -99,7 +99,7 @@ case "$1" in } touch /var/lock/subsys/netfs # The 'no' applies to all listed filesystem types. See mount(8). - action $"Mounting other filesystems: " mount -a -t nonfs,nfs4,cifs,ncpfs,gfs + action $"Mounting other filesystems: " mount -a -t nonfs,nfs4,cifs,ncpfs,gfs2 ;; stop) # Unmount loopback stuff first -- cgit v1.2.1