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. MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5f289ad56b
commit
2b44af71ee
@ -66,6 +66,16 @@ ram_blacklist_type="ram_blacklist" # Required for the kernel to find
|
||||
# the blacklist module
|
||||
|
||||
|
||||
##############################################################
|
||||
### 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 ########################################
|
||||
##############################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user