diff options
author | David Engraf <david.engraf@sysgo.com> | 2017-05-23 08:52:52 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2017-05-31 10:56:25 +0200 |
commit | 871c2f1e898fc692e2966092372ee9c4ce31bbc0 (patch) | |
tree | 64db21a6781ba00f51799580f4b4310d0974d4ff /jffsX-utils | |
parent | c0972a5ffc3a6d1fb7ccfa8dc5a11d1afaf7c331 (diff) |
mkfs.ubifs: Add support for symlinks in device table
It is not possible to change ownership for symlinks in the device table file.
This patch adds support for symlinks equal to mkfs.jffs2 and updates the
sample device table file. The permission entry for symlinks in the device
table must be set to 0777.
Signed-off-by: David Engraf <david.engraf@sysgo.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'jffsX-utils')
-rw-r--r-- | jffsX-utils/device_table.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jffsX-utils/device_table.txt b/jffsX-utils/device_table.txt index 394a62b..8930cae 100644 --- a/jffsX-utils/device_table.txt +++ b/jffsX-utils/device_table.txt @@ -14,6 +14,7 @@ # c Character special device file # b Block special device file # p Fifo (named pipe) +# l Link # uid is the user id for the target file, gid is the group id for the # target file. The rest of the entried apply only to device special # file. |