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
This commit is contained in:
parent
5b83a512c1
commit
4c7008824b
@ -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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user