aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2017-06-10 19:05:45 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2017-06-10 19:05:45 +0000
commit4c7008824b947abf9cda151973368ec1a7a0c377 (patch)
tree0183559f4cb86b51c4eb4309f9a0b1f53c708f47 /sys/boot/forth
parent5b83a512c1d4017a966305bdac1251f7ac2a788e (diff)
Notes
Diffstat (limited to 'sys/boot/forth')
-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 da067a579e2d1..0d5e91d8df96d 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.