svn commit: r289508 - stable/10/sys/boot/forth
Edward Tomasz Napierala
trasz at FreeBSD.org
Sun Oct 18 14:20:13 UTC 2015
Author: trasz
Date: Sun Oct 18 14:20:11 2015
New Revision: 289508
URL: https://svnweb.freebsd.org/changeset/base/289508
Log:
MFC r285881:
Add md_root example to defaults/loader.conf.
Note that this doesn't quite work yet - the preloaded image
gets loaded twice for some reason.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sys/boot/forth/loader.conf
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/boot/forth/loader.conf
==============================================================================
--- stable/10/sys/boot/forth/loader.conf Sun Oct 18 14:17:30 2015 (r289507)
+++ stable/10/sys/boot/forth/loader.conf Sun Oct 18 14:20:11 2015 (r289508)
@@ -50,6 +50,16 @@ entropy_cache_type="/boot/entropy"
##############################################################
+### 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.
+#rootdev="ufs:/dev/md0" # Set the root filesystem to md(4) device.
+
+
+##############################################################
### Loader settings ########################################
##############################################################
More information about the svn-src-stable-10
mailing list