From 40d030ae7536767fae006186e708095ce570a39c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 21 Apr 2025 12:44:31 -0600 Subject: [PATCH] remove old comment --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4cbaff9..fad2e98 100644 --- a/src/main.rs +++ b/src/main.rs @@ -90,7 +90,6 @@ fn mount_partitions(drive_name: &str) { .output() .expect("Failed to create boot directory"); - // replace static path with a variable let boot_source = Some(Path::new(&efi_path)); let boot_target = Path::new("/mnt/boot");