We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
insecure
write_boot_simple
1 parent 18d49c4 commit 574bbfdCopy full SHA for 574bbfd
crates/composefs-boot/src/write_boot.rs
@@ -77,6 +77,8 @@ pub fn write_t2_simple<ObjectID: FsVerityHashValue>(
77
/// * repo - The composefs repository
78
/// * entry - Boot entry variant to be written
79
/// * root_id - The content hash of the generated EROFS image id
80
+/// * insecure - Make fs-verity validation optional in case the filesystem doesn't support
81
+/// it, indicated by `composefs=?hash` cmdline argument
82
/// * boot_partition - Path to the boot partition/directory
83
/// * boot_subdir - If `Some(path)`, the path is prepended to `initrd` and `linux` keys in the BLS entry
84
///
0 commit comments