diff options
author | Thore Sommer <debian@thson.de> | 2021-07-19 11:50:22 +0200 |
---|---|---|
committer | Thore Sommer <debian@thson.de> | 2021-07-19 11:52:09 +0200 |
commit | 1cd901cfa2821b1440179936db2582aa11f6debe (patch) | |
tree | 4c5e998534ff36f12b06e57af201abda6702d3f8 /manpages | |
parent | e02e2df4b9aaa5e227adc2210534fbb081ecbe7a (diff) | |
download | vyos-live-build-1cd901cfa2821b1440179936db2582aa11f6debe.tar.gz vyos-live-build-1cd901cfa2821b1440179936db2582aa11f6debe.zip |
Enable dm-verity support also for ext filesystemsmaster
Those need a block size of 4k to work.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 7982079b6..3876ee57c 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -341,9 +341,9 @@ defines the distribution enabled in the resulting live system (defaults to the v .IP "\fB\-\-distribution\-chroot\fR \fICODENAME\fR" 4 defines the distribution used to build the live system (defaults to the value set in \fB\-\-distribution\fR) .IP "\fB\-\-dm\-verity\fR" 4 -Enables dm-verity support for root file system. Currently only squashfs is supported. For more information see \fIlive\-boot\fR(7). +Enables dm\-verity support for root file system. Only squashfs, ext2, ext3 and ext4 are supported. For more information see \fIlive\-boot\fR(7). .IP "\fB\-\-dm\-verity\-fec\fR \fINB_ROOTS\fR" 4 -Enables forward error correction for dm-verity. \fINB_ROOTS\fR is the number of error correction roots thas should be used. The value can between 2 and 24. Android uses 2 by default. +Enables forward error correction for dm-verity. \fINB_ROOTS\fR is the number of error correction roots thas should be used. The value can be between 2 and 24. Android uses 2 by default. .IP "\fB\-\-dm\-verity\-sign\fR \fISIGN_SCRIPT\fR" 4 Sign root hash of dm-verity device. Script takes two arguments: the root hash and a file to output the signature to. .IP "\fB\-\-dump\fR" 4 |