]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Fix generated root partition being too small for encrypted images. 663/head
authorLiam McBirnie <mcbirnie.l@gmail.com>
Sun, 28 Feb 2021 20:43:27 +0000 (21:43 +0100)
committerLiam McBirnie <mcbirnie.l@gmail.com>
Wed, 3 Mar 2021 20:40:01 +0000 (21:40 +0100)
commit6010a021c6558e0d633fc55807b176bb68d2b478
treefd9aea54bd05f285a530477d8588ebf537dbc231
parent5ab9deea240fc3c14e566ee63b3ee1df7fe29cc0
Fix generated root partition being too small for encrypted images.

Building encrypted minimized or squashfs images was failing
at the 'dd' command in 'insert_partition' with the
error 'No space left on device'.
Increasing the luks overhead from 2MB to 16MB allows enough space.
16MB was found to be the smallest overhead which wouldn't fail.
mkosi/__init__.py