diff options
author | Bill Nottingham <notting@redhat.com> | 2007-07-20 20:33:14 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-07-20 20:33:14 +0000 |
commit | 5c54d5ec8905e5ce3dd4f2b2dbcca97b3e07364d (patch) | |
tree | e14c1301ae8aeb513f50f719b3f0b7440c72e152 /rc.d | |
parent | efa76575454c108b491f606823b088628236e9b8 (diff) | |
download | initscripts-5c54d5ec8905e5ce3dd4f2b2dbcca97b3e07364d.tar initscripts-5c54d5ec8905e5ce3dd4f2b2dbcca97b3e07364d.tar.gz initscripts-5c54d5ec8905e5ce3dd4f2b2dbcca97b3e07364d.tar.bz2 initscripts-5c54d5ec8905e5ce3dd4f2b2dbcca97b3e07364d.tar.xz initscripts-5c54d5ec8905e5ce3dd4f2b2dbcca97b3e07364d.zip |
add gfs2 (#248985)
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
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 |