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");