aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-06-21 16:38:43 +0000
committerEd Maste <emaste@FreeBSD.org>2023-06-21 16:41:23 +0000
commitddbf1b6c5bbda08f963eed53949c34e33dd2688f (patch)
tree4e904592561c94b52eebc32ffb297191b4b8deb4
parent15db1f75725c7ff9b2ab39705c77b3470dfd0918 (diff)
downloaddoc-ddbf1b6c5b.tar.gz
doc-ddbf1b6c5b.zip
solid-state: remove `options MFS` from example
The MFS option was removed decades ago, in commit 49b07961a925. This solid-state article is woefully out of date and needs to be largely rewritten, or just removed. This is just one small change from a PR. PR: 180332
-rw-r--r--documentation/content/en/articles/solid-state/_index.adoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/content/en/articles/solid-state/_index.adoc b/documentation/content/en/articles/solid-state/_index.adoc
index 19185d4f1b..1c019fb8a1 100644
--- a/documentation/content/en/articles/solid-state/_index.adoc
+++ b/documentation/content/en/articles/solid-state/_index.adoc
@@ -88,7 +88,6 @@ You should make sure the following lines exist in your kernel configuration file
[.programlisting]
....
-options MFS # Memory Filesystem
options MD_ROOT # md device usable as a potential root device
....