From: Daan De Meyer Date: Wed, 17 Apr 2024 14:59:08 +0000 (+0200) Subject: mkosi: Drop workarounds X-Git-Tag: v256-rc1~155^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F32317%2Fhead;p=thirdparty%2Fsystemd.git mkosi: Drop workarounds With the latest Github Actions image release none of these should be required anymore (20240414.1.1). --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 2f5d5b28f5c..2cffc3cf826 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -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 <