mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 13:04:15 -04:00
Document new command line options
This commit is contained in:
parent
4dee67a50b
commit
0b060a57f3
@ -267,6 +267,15 @@ Most other options are concerned with compression tuning:
|
|||||||
- `--remove-header`:
|
- `--remove-header`:
|
||||||
Remove header from a filesystem image. Only useful with `--recompress`.
|
Remove header from a filesystem image. Only useful with `--recompress`.
|
||||||
|
|
||||||
|
- `--no-section-index`:
|
||||||
|
Don't add section index to file system. The section index is usually tiny
|
||||||
|
and is used to speed up mount times for large file systems, as it avoids
|
||||||
|
a full scan through the file system blocks to figure out their location.
|
||||||
|
|
||||||
|
- `--no-create-timestamp`:
|
||||||
|
Don't add a creation timestamp. This is useful when bit-identical file
|
||||||
|
system images are required to be produced from the same input.
|
||||||
|
|
||||||
- `--log-level=`*name*:
|
- `--log-level=`*name*:
|
||||||
Specifiy a logging level.
|
Specifiy a logging level.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user