Removing modprobe bcachefs (as we have it build in into kernel) and bumping app version.

This commit is contained in:
2026-07-13 01:39:42 +02:00
parent 56d181864a
commit 32a1491537
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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(())
}