From dfd2390191d93787b71835afb415f2b812f8f463 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sat, 6 May 2006 12:53:55 +0100 Subject: Add XATTR support to mkfs.jffs2 Since this is optional, it might as well go in immediately. --- mkfs.jffs2.1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'mkfs.jffs2.1') 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 -- cgit v1.2.3