mkosi: Drop workarounds

With the latest Github Actions image release none of these should
be required anymore (20240414.1.1).
This commit is contained in:
Daan De Meyer 2024-04-17 16:59:08 +02:00
parent 241d792c92
commit 22fa7cbccc
2 changed files with 0 additions and 10 deletions

View 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/

View file

@ -5,5 +5,4 @@ Distribution=centos
[Content]
Packages=
kernel-modules # For squashfs support
rpmautospec-rpm-macros