diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-06-21 13:37:29 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-06-21 13:41:49 +0000 |
| commit | 15db1f75725c7ff9b2ab39705c77b3470dfd0918 (patch) | |
| tree | fd0629843216518bc345600cef025e340a10696a | |
| parent | 6589eb30fc528a2f356b0f5efb4c9d0892240e2e (diff) | |
| download | doc-15db1f75725c7ff9b2ab39705c77b3470dfd0918.tar.gz doc-15db1f75725c7ff9b2ab39705c77b3470dfd0918.zip | |
solid-state: remove 'pseudo-device' from example
`device md` is in GENERIC, and the `pseudo-device` keyword was removed
from kernel config very long go.
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: 180330
| -rw-r--r-- | documentation/content/en/articles/solid-state/_index.adoc | 1 |
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 2309a9193b..19185d4f1b 100644 --- a/documentation/content/en/articles/solid-state/_index.adoc +++ b/documentation/content/en/articles/solid-state/_index.adoc @@ -90,7 +90,6 @@ You should make sure the following lines exist in your kernel configuration file .... options MFS # Memory Filesystem options MD_ROOT # md device usable as a potential root device -pseudo-device md # memory disk .... [[ro-fs]] |
