File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
151155 "required" : [
152156 " verity" ,
153157 " bootType" ,
154- " bootloader"
158+ " bootloader" ,
159+ " missingVerityAllowed"
155160 ]
156161 },
157162 "BootEntryOstree" : {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments