Index: sys/boot/common/loader.8 =================================================================== --- sys/boot/common/loader.8 +++ sys/boot/common/loader.8 @@ -207,12 +207,17 @@ .Op Fl t Ar type .Ar file Cm ... .Xc -Loads a kernel, kernel loadable module (kld), or file of opaque -contents tagged as being of the type +Loads a kernel, kernel loadable module (kld), disk image, +or file of opaque contents tagged as being of the type .Ar type . Kernel and modules can be either in a.out or ELF format. Any arguments passed after the name of the file to be loaded will be passed as arguments to that file. +Use +.Li md_image +type to make the kernel create file-backed +.Xr md 4 +disk; this is useful to boot from a temporary rootfs. Currently, argument passing does not work for the kernel. .Pp .It Ic load_geli Xo