mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
README.extattr incorrectly specified sample command lines for
UFS_EXTATTR_AUTOSTART. Insert the missing 'initattr' arguments to extattrctl. Noticed by: green
This commit is contained in:
parent
add3c04151
commit
15f1c8d3d2
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ namespace of the root file system, reserving space for attribute data:
|
|||
|
||||
mkdir /.attribute /.attribute/system
|
||||
cd /.attribute/system
|
||||
extattrctl -p / 388 posix1e.acl_access
|
||||
extattrctl -p / 388 posix1e.acl_default
|
||||
extattrctl initattr -p / 388 posix1e.acl_access
|
||||
extattrctl initattr -p / 388 posix1e.acl_default
|
||||
|
||||
On the next mount of the root file system, the attributes will be
|
||||
automatically started.
|
||||
|
|
|
|||
Loading…
Reference in a new issue