comment out variable to fix warning

This commit is contained in:
Aaron Honeycutt 2025-04-23 18:43:39 -06:00
parent 24a4636816
commit 526f906266

View file

@ -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"])