]> git.ipfire.org Git - thirdparty/mkosi.git/commit
mkosi: create bmap before compression 994/head
authorGerard Salvatella <mail@gerardsalvatella.com>
Wed, 1 Jun 2022 15:44:45 +0000 (17:44 +0200)
committerGerard Salvatella <mail@gerardsalvatella.com>
Thu, 2 Jun 2022 16:01:56 +0000 (18:01 +0200)
commit311cba115a45b9291bad58915506fce36399fc7d
treeb96a9911ad3c0c46310786eee8af46dad1ce78ab
parentb2361a6335f4264515b0de022b92f42d9fb20e32
mkosi: create bmap before compression

Creation of bmap files needs to take place before any compression
happens, since bmaptool has to know where the "holes" of the image lie.
Compression removes the holes, preventing bmap from recreating the
original raw image. Move the bmap calculation step before the
compression.
mkosi/__init__.py