File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ If verity is enabled in the base image, then:
41
41
[ verity] ( ../api/configuration/verity.md ) API.
42
42
43
43
- 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.
45
47
46
48
This feature is in preview and may be subject to breaking changes.
47
49
You may enable this feature by adding ` reinitialize-verity ` to the
Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ If verity is enabled in the base image, then:
36
36
[verity](verity.md) API.
37
37
38
38
- 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.
40
42
41
43
This feature is in preview and may be subject to breaking changes.
42
44
You may enable this feature by adding `reinitialize-verity` to the
Original file line number Diff line number Diff line change @@ -154,3 +154,5 @@ Supported options:
154
154
155
155
- `all` : During OS customization, all verity data partitions are mounted as read-write.
156
156
The verity hash partitions will be regenerated.
157
+
158
+ Added in v0.17.
You can’t perform that action at this time.
0 commit comments