git: ddbf1b6c5b - main - solid-state: remove `options MFS` from example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Jun 2023 16:41:46 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/doc/commit/?id=ddbf1b6c5bbda08f963eed53949c34e33dd2688f
commit ddbf1b6c5bbda08f963eed53949c34e33dd2688f
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-06-21 16:38:43 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-06-21 16:41:23 +0000
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
---
documentation/content/en/articles/solid-state/_index.adoc | 1 -
1 file changed, 1 deletion(-)
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
....