mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
force btrfs creation
This commit is contained in:
committed by
Aiden McClelland
parent
a936f92954
commit
1bfeb42a06
@@ -176,6 +176,7 @@ pub async fn execute(
|
||||
}
|
||||
|
||||
Command::new("mkfs.btrfs")
|
||||
.arg("-f")
|
||||
.arg(&part_info.root)
|
||||
.invoke(crate::ErrorKind::DiskManagement)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user