From 07f6158457b7a9c85c0831d91124ee6d3c111d8b Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 30 Apr 2023 18:55:12 +0200 Subject: [PATCH] fixup! feat: add cpio packing for companion files --- rust/stub/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/stub/src/main.rs b/rust/stub/src/main.rs index 8f378d30..97c36b59 100644 --- a/rust/stub/src/main.rs +++ b/rust/stub/src/main.rs @@ -262,8 +262,6 @@ fn main(handle: Handle, mut system_table: SystemTable) -> 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)