Skip to content

Fix #269: Always use truncate to create empty image file

postmarketOS Bot requested to merge fix/269-image-install-on-zfs into master

Created by: ollieparanoid

I've realized that truncate is provided by busybox anyway, so no need to install coreutils for this.

This should fix creating system image files on ZFS, where fallocate is not implemented.

@locusf: Could you test if this works on your system with ZFS? Thanks!

Merge request reports