aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-12-27 21:55:02 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-12-27 21:55:02 +0000
commit31ce46afbf6f5fe5105f6690370f8bfb3d6ac056 (patch)
treef0b56b52fc67388628249eced4c0e9ec36de48cb
parent5de25ed9b8e6d380a1da8711ebe13ff1af362be5 (diff)
downloadsrc-31ce46afbf6f5fe5105f6690370f8bfb3d6ac056.tar.gz
src-31ce46afbf6f5fe5105f6690370f8bfb3d6ac056.zip
New release note: network filesystems can now be listed in
/etc/fstab. Submitted by: sheldonh
Notes
Notes: svn path=/head/; revision=88555
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml5
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml5
2 files changed, 10 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 03465392b3d1..5c71f8b941d9 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -1007,6 +1007,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
through the use of a filesystem test tool, have been fixed.
Under certain circumstances (primarily related to use of NFS),
these bugs could cause data corruption or kernel panics. &merged;</para>
+
+ <para>Network filesystems (such as NFS and smbfs filesystems)
+ listed in <filename>/etc/fstab</filename> can now be properly
+ mounted during startup initialization; their mounts are deferred
+ until after the network is initialized.</para>
</sect3>
<sect3>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index 03465392b3d1..5c71f8b941d9 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -1007,6 +1007,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
through the use of a filesystem test tool, have been fixed.
Under certain circumstances (primarily related to use of NFS),
these bugs could cause data corruption or kernel panics. &merged;</para>
+
+ <para>Network filesystems (such as NFS and smbfs filesystems)
+ listed in <filename>/etc/fstab</filename> can now be properly
+ mounted during startup initialization; their mounts are deferred
+ until after the network is initialized.</para>
</sect3>
<sect3>