ksud: use default block size to reduce image size

This commit is contained in:
weishu
2024-01-30 12:30:21 +08:00
parent be70a91f16
commit b6ecce4317

View File

@@ -352,8 +352,6 @@ fn _install_module(zip: &str) -> Result<()> {
// format the img to ext4 filesystem
let result = Command::new("mkfs.ext4")
.arg("-b")
.arg("1024")
.arg("-J")
.arg(format!("size={jounnel_size}"))
.arg(tmp_module_img)