mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 13:59:46 -04:00
docs(mkdwarfs): update section on producing bit-identical images
This commit is contained in:
parent
2bf6699241
commit
db2bd1f69a
@ -510,17 +510,12 @@ at the cost of using a lot more memory when using the filesystem.
|
||||
### Producing bit-identical images
|
||||
|
||||
By default, images produced by `mkdwarfs` will not be identical
|
||||
over multiple runs. There are two reasons for this:
|
||||
|
||||
- A creation timestamp is embedded in the image.
|
||||
|
||||
- The `nilsimsa` ordering algorithm is not deterministic by
|
||||
default.
|
||||
over multiple runs. This is due to time stamps that are being added
|
||||
to the file system image.
|
||||
|
||||
In order to produce bit-identical images, you need to pass
|
||||
`--no-create-timestamp` and set `--order` to `path` or `similarity`.
|
||||
You could also set `--order=none` and pass in files explicitly
|
||||
using `--input-list`.
|
||||
`--no-create-timestamp` and either `--no-history-timestamps` or
|
||||
`--no-history`.
|
||||
|
||||
## FILTER RULES
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user