Skip to content

Commit afc643f

Browse files
committed
Always enable verity on the rootfs partition
1 parent cfc9d88 commit afc643f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bib/cmd/bootc-image-builder/partition_tables.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ var rootPartition = disk.Partition{
7878
FSTabOptions: RootOptions,
7979
FSTabFreq: 1,
8080
FSTabPassNo: 1,
81+
MkfsOptions: []string{"verity"},
8182
},
8283
}
8384

0 commit comments

Comments
 (0)