SHA256
Removing modprobe bcachefs (as we have it build in into kernel) and bumping app version.
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ pub fn prepare_env() -> Result<(), ExecCommandError> {
|
||||
exec_command("mount", &vec!["-t", "sysfs", "none", "/sys"])?;
|
||||
|
||||
// modprobe bcachefs
|
||||
exec_command("modprobe", &vec!["bcachefs"])?;
|
||||
// exec_command("modprobe", &vec!["bcachefs"])?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user