usr.sbin/makefs: Add -o c|C option to specify comp|check type
commit60e242c50d5e46df50e73f8e9b14945e1b33aeb4
authorTomohiro Kusumi <tkusumi@netbsd.org>
Thu, 2 Nov 2023 08:20:07 +0000 (2 01:20 -0700)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Fri, 3 Nov 2023 07:47:12 +0000 (3 00:47 -0700)
treee2078d9e206a2a40bdff8e2eaf80a20cc03dc6f8
parentda9dedd0a7779b90df81e7001227e9b3ecef4165
usr.sbin/makefs: Add -o c|C option to specify comp|check type

mainly for debugging purpose to use "none" by default.
These options aren't available in newfs_hammer2(8) atm.

Note that level specification for "-o c" is currently unsupported,
and "sha192" for "-o C" is currently unsupported at runtime.
sbin/newfs_hammer2/mkfs_hammer2.c
sbin/newfs_hammer2/newfs_hammer2.c
usr.sbin/makefs/hammer2.c
usr.sbin/makefs/makefs.8