Deleted Added
full compact
NOTES (171005) NOTES (171023)
1# $FreeBSD: head/sys/conf/NOTES 171005 2007-06-23 06:42:40Z rafan $
1# $FreeBSD: head/sys/conf/NOTES 171023 2007-06-25 05:06:57Z rafan $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 923 unchanged lines hidden (view full) ---

933
934#
935# Only the root, /usr, and /tmp filesystems need be statically
936# compiled; everything else will be automatically loaded at mount
937# time. (Exception: the UFS family--- FFS --- cannot
938# currently be demand-loaded.) Some people still prefer to statically
939# compile other filesystems as well.
940#
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 923 unchanged lines hidden (view full) ---

933
934#
935# Only the root, /usr, and /tmp filesystems need be statically
936# compiled; everything else will be automatically loaded at mount
937# time. (Exception: the UFS family--- FFS --- cannot
938# currently be demand-loaded.) Some people still prefer to statically
939# compile other filesystems as well.
940#
941# NB: The PORTAL and UMAP filesystems are known to be buggy, and WILL
942# panic your system if you attempt to do anything with them. They are
943# included here as an incentive for some enterprising soul to sit down
944# and fix them. The UNION filesystem was known to be buggy in the past.
945# It is now being actively maintained, although there are still some
946# issues being resolved.
941# NB: The PORTAL filesystem is known to be buggy, and WILL panic your
942# system if you attempt to do anything with it. It is included here
943# as an incentive for some enterprising soul to sit down and fix it.
944# The UNION filesystem was known to be buggy in the past. It is now
945# being actively maintained, although there are still some issues being
946# resolved.
947#
948
949# One of these is mandatory:
950options FFS #Fast filesystem
951options NFSCLIENT #Network File System client
952
953# The rest are optional:
954options CD9660 #ISO 9660 filesystem

--- 6 unchanged lines hidden (view full) ---

961# Broken (depends on NCP):
962#options NWFS #NetWare filesystem
963options PORTALFS #Portal filesystem
964options PROCFS #Process filesystem (requires PSEUDOFS)
965options PSEUDOFS #Pseudo-filesystem framework
966options PSEUDOFS_TRACE #Debugging support for PSEUDOFS
967options SMBFS #SMB/CIFS filesystem
968options UDF #Universal Disk Format
947#
948
949# One of these is mandatory:
950options FFS #Fast filesystem
951options NFSCLIENT #Network File System client
952
953# The rest are optional:
954options CD9660 #ISO 9660 filesystem

--- 6 unchanged lines hidden (view full) ---

961# Broken (depends on NCP):
962#options NWFS #NetWare filesystem
963options PORTALFS #Portal filesystem
964options PROCFS #Process filesystem (requires PSEUDOFS)
965options PSEUDOFS #Pseudo-filesystem framework
966options PSEUDOFS_TRACE #Debugging support for PSEUDOFS
967options SMBFS #SMB/CIFS filesystem
968options UDF #Universal Disk Format
969# Broken (seriously (functionally) broken):
970#options UMAPFS #UID map filesystem
971options UNIONFS #Union filesystem
972# The xFS_ROOT options REQUIRE the associated ``options xFS''
973options NFS_ROOT #NFS usable as root device
974
975# Soft updates is a technique for improving filesystem speed and
976# making abrupt shutdown less risky.
977#
978options SOFTUPDATES

--- 1700 unchanged lines hidden ---
969options UNIONFS #Union filesystem
970# The xFS_ROOT options REQUIRE the associated ``options xFS''
971options NFS_ROOT #NFS usable as root device
972
973# Soft updates is a technique for improving filesystem speed and
974# making abrupt shutdown less risky.
975#
976options SOFTUPDATES

--- 1700 unchanged lines hidden ---