diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-06 12:53:55 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-06 12:53:55 +0100 |
commit | dfd2390191d93787b71835afb415f2b812f8f463 (patch) | |
tree | e19f3f76fd50db0cd63479808942909123dcc3e9 /mkfs.jffs2.1 | |
parent | 66d0c3d80c068e5e169b4064405004cf3295e6d2 (diff) |
Add XATTR support to mkfs.jffs2
Since this is optional, it might as well go in immediately.
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 |