Skip to content

Commit

Permalink
fixup! feat: add cpio packing for companion files
Browse files Browse the repository at this point in the history
  • Loading branch information
RaitoBezarius committed Apr 30, 2023
1 parent ca2500d commit 07f6158
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/stub/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ fn main(handle: Handle, mut system_table: SystemTable<Boot>) -> Status {
let _ = measure_image(&system_table, booted_image_file(
system_table.boot_services()
).unwrap()).expect("Failed to measure the image");
// TODO: Measure kernel parameters
// TODO: Measure sysexts
}

export_efi_variables(&system_table)
Expand Down

0 comments on commit 07f6158

Please sign in to comment.