Add warning about root-fs blocksize expectations.

PR:		4485
Reviewed by:	phk
Submitted by:	Kees Jan Koster <kjk1@ukc.ac.uk>
This commit is contained in:
Poul-Henning Kamp 1998-04-26 17:44:23 +00:00
parent f7c2aef79b
commit e72f5a72fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35468

View File

@ -294,6 +294,10 @@ man page for possible options and their meanings.
Mount a 64 MB large memory file system on /tmp, with
.Xr mount 8
options nosuid and nodev.
.Sh BUGS
The boot code of FreeBSD assumes that the file system that carries the
kernel has blocks of 8 kilobytes and fragments of 1 kilobyte. You will
not be able to boot from a file system that uses another size.
.Sh SEE ALSO
.Xr fdformat 1 ,
.Xr disktab 5 ,