diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-12-08 13:40:23 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-12-08 13:40:23 -0600 |
commit | 7230b29bf365ab05f656bb5bbba471ead2597bf7 (patch) | |
tree | 8afe85714c39d66d46ba58eb6317e747e609e9a8 /etc | |
parent | 235f94c4c5bdde011eda43620b39ed2c55af4f1d (diff) |
rc.conf: Sync list of network file systems with actual defaults
I would like to thank Aaron Ten Clay <aarontc@aarontc.com> for pointing
this out; this is based on a patch he submitted.
X-Gentoo-Bug: 491384
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=491384
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index cbab5025..e90ad811 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -86,7 +86,7 @@ # Below is the default list of network fstypes. # -# afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs +# afs ceph cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs # nfs nfs4 ocfs2 shfs smbfs # # If you would like to add to this list, you can do so by adding your |