Sort the file system options by which fs they apply to.

This commit is contained in:
dholland 2017-12-05 20:32:24 +00:00
parent 2dbf225c9a
commit 93da8c4519
1 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.471 2017/12/02 13:03:15 maxv Exp $
# $NetBSD: GENERIC,v 1.472 2017/12/05 20:32:24 dholland Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.471 $"
#ident "GENERIC-$Revision: 1.472 $"
maxusers 64 # estimated number of users
@ -164,19 +164,22 @@ file-system PTYFS # /dev/ptm support
#file-system NILFS # experimental - NTT's NiLFS(2)
# File system options
# ffs
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
# It is not recommended for general use.
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options UFS_EXTATTR # Extended attribute support for UFS1
# ext2fs
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# other
#options DISKLABEL_EI # disklabel Endian Independent support
options NFSSERVER # Network File System server
# Networking options
#options GATEWAY # packet forwarding