From 0b060a57f31975c09b8c83212aa6aa4d445a4ee5 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 24 Oct 2022 13:13:22 +0200 Subject: [PATCH] Document new command line options --- doc/mkdwarfs.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/mkdwarfs.md b/doc/mkdwarfs.md index 002b3543..6ebaa246 100644 --- a/doc/mkdwarfs.md +++ b/doc/mkdwarfs.md @@ -267,6 +267,15 @@ Most other options are concerned with compression tuning: - `--remove-header`: 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*: Specifiy a logging level.