diff --git a/src/main.rs b/src/main.rs index 4b9f9e9..7638f49 100644 --- a/src/main.rs +++ b/src/main.rs @@ -88,8 +88,8 @@ fn mount_partitions(drive_name: &str) { .output() .expect("Failed to create boot directory"); - let boot_source = Some(Path::new(&efi_path)); - let boot_target = Path::new("/mnt/boot"); + //let boot_source = Some(Path::new(&efi_path)); + //let boot_target = Path::new("/mnt/boot"); let _mount_boot = Command::new("mount") .args(["-t", "vfat"])