]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop workarounds 32317/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 17 Apr 2024 14:59:08 +0000 (16:59 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 17 Apr 2024 15:36:36 +0000 (17:36 +0200)
With the latest Github Actions image release none of these should
be required anymore (20240414.1.1).

.github/workflows/mkosi.yml
mkosi.images/system/mkosi.conf.d/10-centos/mkosi.conf

index 2f5d5b28f5c0d07aa6b7d23746b4daaf7d2fb02e..2cffc3cf8264ed8691bdad6415fe35e560b9d6fa 100644 (file)
@@ -119,15 +119,6 @@ jobs:
                                systemd.default_device_timeout_sec=180
         EOF
 
-        # For erofs, we have to install linux-modules-extra-azure, but that doesn't match the running kernel
-        # version, so we can't load the erofs module. squashfs is a builtin module so we use that instead.
-
-        mkdir -p mkosi.images/system/mkosi.repart/10-usr.conf.d
-        tee mkosi.images/system/mkosi.repart/10-usr.conf.d/squashfs.conf <<EOF
-        [Partition]
-        Format=squashfs
-        EOF
-
         # The emergency shell is not useful in the CI, as it just blocks for a long time before the job
         # eventually times out. Override it to just shutdown immediately.
         mkdir -p mkosi.images/initrd/mkosi.extra/usr/lib/systemd/system/emergency.service.d/
index d32eae4952312ecd6e5d0321fb3d525ab67ff11c..843b96d9a61f37b02153f53f68df5ce6a258d2d3 100644 (file)
@@ -5,5 +5,4 @@ Distribution=centos
 
 [Content]
 Packages=
-        kernel-modules # For squashfs support
         rpmautospec-rpm-macros