diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 32d6582f4114..b4d5f3edb598 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -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 ######################################## ##############################################################