Skip to content

Commit fa1e132

Browse files
authored
docs: add inode entry on Paths kind (#38)
Signed-off-by: Paul Mars <paul.mars@canonical.com>
1 parent 52dd38a commit fa1e132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/manifest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Where:
144144
| `final_sha256` | `string` | Optional | Checksum of the file after it has been modified during installation (in hex format). This attribute is required only for files that have been mutated. |
145145
| `size` | `integer` | Optional | Final size of the file, in bytes. This attribute is required for regular files, except the `manifest.wall` file itself, which is an exception. |
146146
| `link` | `string` | Optional | The target, if the file is a symbolic link. |
147+
| `inode` | `integer` | Optional | Identifier grouping paths hard linked together. If defined, this attribute is strictly positive. |
147148

148149

149150
(chisel_manifest_list_of_paths_in_slice)=

0 commit comments

Comments
 (0)