remove duplicate fs

axtloss/rework-partitioning
axtlos 2 years ago
parent 6d894dcebf
commit 560390f3e2
No known key found for this signature in database
GPG Key ID: A468AFD71DD51D4A

@ -132,17 +132,6 @@ pub fn fmt_mount(mountpoint: &String, filesystem: &String, blockdevice: &String)
"Formatting {blockdevice} as minix", "Formatting {blockdevice} as minix",
) )
} }
"vfat" => {
exec_eval(
exec(
"mkfs.vfat",
vec![
String::from(blockdevice),
],
),
"Formatting {blockdevice} as vfat",
)
}
_ => { _ => {
crash( crash(
"Unknown filesystem {filesystem}, used in partition {blockdevice}", "Unknown filesystem {filesystem}, used in partition {blockdevice}",

Loading…
Cancel
Save