Skip to content

Commit 814233c

Browse files
Run cargo xtask update-generated
Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
1 parent 082fa3e commit 814233c

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/src/host-v1.schema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@
143143
"description": "Whether we boot using systemd or grub",
144144
"$ref": "#/$defs/Bootloader"
145145
},
146+
"missingVerityAllowed": {
147+
"description": "Whether fs-verity validation is optional",
148+
"type": "boolean"
149+
},
146150
"verity": {
147151
"description": "The erofs verity",
148152
"type": "string"
@@ -151,7 +155,8 @@
151155
"required": [
152156
"verity",
153157
"bootType",
154-
"bootloader"
158+
"bootloader",
159+
"missingVerityAllowed"
155160
]
156161
},
157162
"BootEntryOstree": {

docs/src/man/bootc-container-ukify.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Any additional arguments after `--` are passed through to ukify unchanged.
3131

3232
Make fs-verity validation optional in case the filesystem doesn't support it
3333

34+
**--write-dumpfile-to**=*WRITE_DUMPFILE_TO*
35+
36+
Write a dumpfile to this path
37+
3438
<!-- END GENERATED OPTIONS -->
3539

3640
# EXAMPLES

tmt/plans/integration.fmf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ execute:
135135
how: fmf
136136
test:
137137
- /tmt/tests/tests/test-29-soft-reboot-selinux-policy
138+
extra-fixme_skip_if_uki: true
138139

139140
/plan-30-install-unified-flag:
140141
summary: Test bootc install with experimental unified storage flag

0 commit comments

Comments
 (0)