From 47801fbecd8d55722db525b5a1a17fe8cdbefa15 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 30 Jun 2004 19:40:44 +0000 Subject: don't mount gfs filesystems in rc.sysinit --- 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 ef8b5180..61b340cf 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -611,7 +611,7 @@ fi # 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 -O no_netdev +action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs -O no_netdev # Start the graphical boot, if necessary and not done yet. if fgrep rhgb /proc/cmdline > /dev/null 2>&1 && [ "$RHGB_STARTED" -eq 0 -a "$BOOTUP" = "color" -a "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb ]; then -- cgit v1.2.1