aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles/solid-state/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/articles/solid-state/_index.adoc')
-rw-r--r--documentation/content/en/articles/solid-state/_index.adoc23
1 files changed, 21 insertions, 2 deletions
diff --git a/documentation/content/en/articles/solid-state/_index.adoc b/documentation/content/en/articles/solid-state/_index.adoc
index ca2ddad07e..1c019fb8a1 100644
--- a/documentation/content/en/articles/solid-state/_index.adoc
+++ b/documentation/content/en/articles/solid-state/_index.adoc
@@ -18,6 +18,27 @@ tags: ["Solid State", "embedded", "FreeBSD"]
:sectnumlevels: 6
:source-highlighter: rouge
:experimental:
+:images-path: articles/solid-state/
+
+ifdef::env-beastie[]
+ifdef::backend-html5[]
+include::shared/authors.adoc[]
+include::shared/mirrors.adoc[]
+include::shared/releases.adoc[]
+include::shared/attributes/attributes-{{% lang %}}.adoc[]
+include::shared/{{% lang %}}/teams.adoc[]
+include::shared/{{% lang %}}/mailing-lists.adoc[]
+include::shared/{{% lang %}}/urls.adoc[]
+:imagesdir: ../../../images/{images-path}
+endif::[]
+ifdef::backend-pdf,backend-epub3[]
+include::../../../../shared/asciidoctor.adoc[]
+endif::[]
+endif::[]
+
+ifndef::env-beastie[]
+include::../../../../../shared/asciidoctor.adoc[]
+endif::[]
[.abstract-title]
Abstract
@@ -67,9 +88,7 @@ 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
-pseudo-device md # memory disk
....
[[ro-fs]]