summaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-06-30 19:44:10 +0000
committerBill Nottingham <notting@redhat.com>2004-06-30 19:44:10 +0000
commit9c3f4661a5f1e4dc5f5da07cf03dd3bb6f90c3e9 (patch)
tree3b7e68e1245ada6b9a7927df3057b2585736c497 /rc.d
parent120fe3bfdef1dbe9b5d78afcbdaf9efb7c48083e (diff)
add gfs mountingr7-31-15-EL
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index d891ffef..2d128076 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -560,7 +560,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,smbfs,ncpfs -O no_netdev
+action $"Mounting local filesystems: " mount -a -t nonfs,smbfs,ncpfs,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