Skip to content

Commit 36b1c03

Browse files
authored
Improve the reinitialize-verity docs. (#366)
1. Add the `Added in v0.17` string to the new API. 2. Update the input image API docs to mention the new `reinitializeVerity` API.
1 parent 50c1bbe commit 36b1c03

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/imagecustomizer/api/cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ If verity is enabled in the base image, then:
4141
[verity](../api/configuration/verity.md) API.
4242

4343
- Otherwise, the existing verity settings are reapplied to the image after OS
44-
customization.
44+
customization, according to the
45+
[.storage.reinitializeVerity](./configuration/storage.md#reinitializeverity-string)
46+
setting.
4547

4648
This feature is in preview and may be subject to breaking changes.
4749
You may enable this feature by adding `reinitialize-verity` to the

docs/imagecustomizer/api/configuration/inputImage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ If verity is enabled in the base image, then:
3636
[verity](verity.md) API.
3737

3838
- Otherwise, the existing verity settings are reapplied to the image after OS
39-
customization.
39+
customization, according to the
40+
[.storage.reinitializeVerity](storage.md#reinitializeverity-string)
41+
setting.
4042

4143
This feature is in preview and may be subject to breaking changes.
4244
You may enable this feature by adding `reinitialize-verity` to the

docs/imagecustomizer/api/configuration/storage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,5 @@ Supported options:
154154

155155
- `all`: During OS customization, all verity data partitions are mounted as read-write.
156156
The verity hash partitions will be regenerated.
157+
158+
Added in v0.17.

0 commit comments

Comments
 (0)