force btrfs creation

This commit is contained in:
Aiden McClelland
2023-06-16 15:05:20 -06:00
committed by Aiden McClelland
parent a936f92954
commit 1bfeb42a06

View File

@@ -176,6 +176,7 @@ pub async fn execute(
}
Command::new("mkfs.btrfs")
.arg("-f")
.arg(&part_info.root)
.invoke(crate::ErrorKind::DiskManagement)
.await?;