Skip to content

Use sparse allocation of extra.img on Linux too

bjorn3 requested to merge bjorn3/redox:sparse_extra into master

fallocate immediately allocates the full size of the file, even though it likely won't end up being used.

Merge request reports