diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-03-19 23:27:37 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-03-19 23:27:37 +0000 |
commit | aabc4b7e05227f2e12400e8f2ed218d10c9deb7f (patch) | |
tree | 2072333080eb3da9781824eca7649842da18d894 /sys/conf/NOTES | |
parent | ddd5444ca3d97c420f279ee270499b3d5625567e (diff) | |
download | FreeBSD-src-aabc4b7e05227f2e12400e8f2ed218d10c9deb7f.zip FreeBSD-src-aabc4b7e05227f2e12400e8f2ed218d10c9deb7f.tar.gz |
o Two changes made elsewhere relating to recent EA commits, but not
committed to NOTES:
- s/FFS_EXTATTR/UFS_EXTATTR/
- add UFS_EXTATTR_AUTOSTART
Submitted by: bde
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6dd2f65..b1456ae 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -683,7 +683,8 @@ options SOFTUPDATES # Extended attributes allow additional data to be associated with files, # and is used for ACLs, Capabilities, and MAC labels # -options FFS_EXTATTR +options UFS_EXTATTR +options UFS_EXTATTR_AUTOSTART # Make space in the kernel for a root filesystem on a md device. # Define to the number of kilobytes to reserve for the filesystem. |