svn commit: r319798 - head/sys/boot/forth
Edward Tomasz Napierala
trasz at FreeBSD.org
Sat Jun 10 19:05:47 UTC 2017
Author: trasz
Date: Sat Jun 10 19:05:45 2017
New Revision: 319798
URL: https://svnweb.freebsd.org/changeset/base/319798
Log:
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.
MFC after: 2 weeks
Modified:
head/sys/boot/forth/loader.conf
Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf Sat Jun 10 18:56:30 2017 (r319797)
+++ head/sys/boot/forth/loader.conf Sat Jun 10 19:05:45 2017 (r319798)
@@ -70,9 +70,9 @@ ram_blacklist_type="ram_blacklist" # Required for the
### 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.
More information about the svn-src-head
mailing list