1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Fix the example.

This commit is contained in:
Edward Tomasz Napierala 2009-05-17 12:21:11 +00:00
parent 395ad99417
commit 964bb4d3d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192249

View File

@ -66,11 +66,12 @@ For more information, please see
To create a kernel with a ramdisk or MD file system, your kernel config
needs the following options:
.Bd -literal -offset indent
options MD_ROOT #MD is a potential root device
options MD_ROOT # MD is a potential root device
options MD_ROOT_SIZE=8192 # 8MB ram disk
makeoptions MFS_IMAGE=/h/foo/ARM-MD
options ROOTDEVNAME=\"ufs:md0\"
options ROOTDEVNAME=\\"ufs:md0\\"
.Ed
.Pp
The image in
.Pa /h/foo/ARM-MD
will be loaded as the initial image each boot.