aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-07-20 20:33:14 +0000
committerHarald Hoyer <harald@redhat.com>2009-05-04 16:05:06 +0200
commitd2a76a3ab0931fae034b3992a5068450971b7c22 (patch)
tree6e294c2bf5a85629fe4b0e32c4b833cf5505bcef
parent9e0bfd1047847acc726c63a4026e8710e85f7c71 (diff)
downloadinitscripts-d2a76a3ab0931fae034b3992a5068450971b7c22.tar
initscripts-d2a76a3ab0931fae034b3992a5068450971b7c22.tar.gz
initscripts-d2a76a3ab0931fae034b3992a5068450971b7c22.tar.bz2
initscripts-d2a76a3ab0931fae034b3992a5068450971b7c22.tar.xz
initscripts-d2a76a3ab0931fae034b3992a5068450971b7c22.zip
add gfs2 to rc.sysinit mount (#494963)
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 2 insertions, 2 deletions
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