summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2017-08-05 09:40:56 +0000
committertrasz <trasz@FreeBSD.org>2017-08-05 09:40:56 +0000
commit74c8b78d72406d8ffb6de6167891f88e439af304 (patch)
tree5df188e2bd67b4d1e72e7445a914cdba79ead5f5
parentcc7c0f9239a6dc19b9112946e14401b168531a65 (diff)
downloadFreeBSD-src-74c8b78d72406d8ffb6de6167891f88e439af304.zip
FreeBSD-src-74c8b78d72406d8ffb6de6167891f88e439af304.tar.gz
MFC r319798:
Switch the example name for variables controlling loading memory images in /boot/defaults/loader.conf to something that's actually commonly used, "mdroot". It's arbitrary, but it's easier to find this way.
-rw-r--r--sys/boot/forth/loader.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 3af56d3..7f8c079 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -70,9 +70,9 @@ ram_blacklist_type="ram_blacklist" # Required for the kernel to find
### Initial memory disk settings ###########################
##############################################################
-#initmd_load="YES" # The "initmd" prefix is arbitrary.
-#initmd_type="md_image" # Create md(4) disk at boot.
-#initmd_name="/boot/root.img" # Path to a file containing the image.
+#mdroot_load="YES" # The "mdroot" prefix is arbitrary.
+#mdroot_type="md_image" # Create md(4) disk at boot.
+#mdroot_name="/boot/root.img" # Path to a file containing the image.
#rootdev="ufs:/dev/md0" # Set the root filesystem to md(4) device.
OpenPOWER on IntegriCloud