Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2015 14:20:11 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r289508 - stable/10/sys/boot/forth
Message-ID:  <201510181420.t9IEKBLA087704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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  ########################################
 ##############################################################
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510181420.t9IEKBLA087704>