remove old comment

This commit is contained in:
Aaron Honeycutt 2025-04-21 12:44:31 -06:00
parent 6623555a0b
commit 40d030ae75

View file

@ -90,7 +90,6 @@ fn mount_partitions(drive_name: &str) {
.output() .output()
.expect("Failed to create boot directory"); .expect("Failed to create boot directory");
// replace static path with a variable
let boot_source = Some(Path::new(&efi_path)); let boot_source = Some(Path::new(&efi_path));
let boot_target = Path::new("/mnt/boot"); let boot_target = Path::new("/mnt/boot");