WIP
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
8b6de6073c
commit
5c31866871
1 changed files with 17 additions and 0 deletions
17
spec/README.md
Normal file
17
spec/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# mtree specification
|
||||
|
||||
## background
|
||||
|
||||
XXX BSD things
|
||||
|
||||
It is worth noting here that there are multiple tools for creating and validating a filesystem against a manifest.
|
||||
While a few of them are noted, this specifcaion is *not* on the tools behaviour, but rather the format of the mtree manifest.
|
||||
|
||||
Options are:
|
||||
* BSD original
|
||||
* linux port of the BSD tool
|
||||
* go-mtree/cmd/gomtree
|
||||
* libarchive output format
|
||||
|
||||
## manifest format
|
||||
|
Loading…
Reference in a new issue