diff --git a/src/bios.rs b/src/bios.rs index 1604c59a..f8c644e4 100644 --- a/src/bios.rs +++ b/src/bios.rs @@ -37,6 +37,7 @@ impl Bios { // find /boot partition cmd = Command::new("findmnt"); cmd.arg("--noheadings") + .arg("--nofsroot") .arg("--output") .arg("SOURCE") .arg("/boot");