mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 11:50:10 +01:00
Allow to pass the root hash via a file, rather than verbatim on the command line, for the open/verify/format actions. It is much more convenient when using veritysetup in scripts. [some modifications by mbroz:] - Add additional syntax and option description to man page. - Fix a segfault with non-existing path. - Do not read full file. - Small refactor for argc handling and option processing.