Remove the wrong comment about ufs not being loadable.
Note that only root filesystem module needs to be available before root is mounted. MFC after: 1 week
This commit is contained in:
parent
6fbdb01e9a
commit
6c824ac5d8
@ -965,11 +965,10 @@ options ZERO_COPY_SOCKETS
|
||||
# FILESYSTEM OPTIONS
|
||||
|
||||
#
|
||||
# Only the root, /usr, and /tmp filesystems need be statically
|
||||
# compiled; everything else will be automatically loaded at mount
|
||||
# time. (Exception: the UFS family--- FFS --- cannot
|
||||
# currently be demand-loaded.) Some people still prefer to statically
|
||||
# compile other filesystems as well.
|
||||
# Only the root filesystem needs to be statically compiled or preloaded
|
||||
# as module; everything else will be automatically loaded at mount
|
||||
# time. Some people still prefer to statically compile other
|
||||
# filesystems as well.
|
||||
#
|
||||
# NB: The PORTAL filesystem is known to be buggy, and WILL panic your
|
||||
# system if you attempt to do anything with it. It is included here
|
||||
|
Loading…
Reference in New Issue
Block a user