]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Install extra packages for centos/alma/rocky to fix CI failure
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 8 Aug 2023 11:38:39 +0000 (13:38 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 8 Aug 2023 12:17:12 +0000 (14:17 +0200)
This increases the size of the generated image a bit which makes
sure repart calculates a minimal partition size for the XFS
filesystem so that populating the partition doesn't run out of space.

.github/mkosi.conf.d/20-centos.conf

index c794d3235995e4a71003e38f11f28031f4b8ce49..9478b80e27a7f6ffd633ed66570014fe45bd70d3 100644 (file)
@@ -8,3 +8,8 @@ Packages=kernel-core
          systemd
          systemd-boot
          udev
+         # Add extra packages to increase the size of the image a bit to make sure repart calculates a large
+         # enough minimal size for the XFS filesystem.
+         # TODO: Check if this is still needed when the next ubuntu LTS becomes available on Github Actions.
+         kernel-modules
+         llvm