diff options
Diffstat (limited to 'mkfs.jffs2.1')
-rw-r--r-- | mkfs.jffs2.1 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mkfs.jffs2.1 b/mkfs.jffs2.1 index 7e32c92..1b31ee9 100644 --- a/mkfs.jffs2.1 +++ b/mkfs.jffs2.1 @@ -49,6 +49,15 @@ mkfs.jffs2 \- Create a JFFS2 file system image from directory .B -P,--squash-perms ] [ +.B --with-xattr +] +[ +.B --with-selinux +] +[ +.B --with-posix-acl +] +[ .B -m,--compression-mode=MODE ] [ @@ -178,6 +187,15 @@ Squash owners making all files be owned by root. .B -P, --squash-perms Squash permissions, removing write permission for \'group\' and \'other\'. .TP +.B --with-xattr +Enables xattr, stuff all xattr entries into jffs2 image file. +.TP +.B --with-selinux +Enables xattr, stuff only SELinux Labels into jffs2 image file. +.TP +.B --with-posix-acl +Enable xattr, stuff only POSIX ACL entries into jffs2 image file. +.TP .B -m, --compression-mode=MODE Set the default compression mode. The default mode is .B priority |