image: don't pass block size to mkfs.ext*

This commit is contained in:
InsanePrawn 2023-07-09 21:51:10 +02:00
parent 5ae07ab0ea
commit 3d3002114f
2 changed files with 7 additions and 7 deletions

View file

@ -187,8 +187,8 @@ def cmd_build(
root_dev = get_cryptmapper_path(encryption_mapper)
assert os.path.exists(root_dev)
create_root_fs(root_dev, sector_size)
create_boot_fs(boot_dev, sector_size)
create_root_fs(root_dev)
create_boot_fs(boot_dev)
install_rootfs(
root_dev,