mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
comment out variable to fix warning
This commit is contained in:
parent
24a4636816
commit
526f906266
1 changed files with 2 additions and 2 deletions
|
@ -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"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue