git: 15db1f7572 - main - solid-state: remove 'pseudo-device' from example
Ed Maste <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/doc/commit/?id=15db1f75725c7ff9b2ab39705c77b3470dfd0918 commit 15db1f75725c7ff9b2ab39705c77b3470dfd0918 Author: Ed Maste <[email protected]> AuthorDate: 2023-06-21 13:37:29 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2023-06-21 13:41:49 +0000 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 --- 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 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]]