]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Install systemd-experimental in OpenSUSE initrd 31838/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 18 Mar 2024 15:20:15 +0000 (16:20 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 18 Mar 2024 15:20:15 +0000 (16:20 +0100)
systemd-repart is part of systemd-experimental and we need systemd-repart
in the initrd so let's install systemd-experimental in the initrd.

mkosi.images/base/mkosi.conf.d/10-opensuse/initrd/mkosi.postinst

index 6a60ce83e52c21e02bf84c06ddef30c715bb3352..562bebe08e855c2c960bbafc390c77925a1c1246 100755 (executable)
@@ -6,4 +6,4 @@ set -e
 # See https://github.com/openSUSE/suse-module-tools/pull/71
 rm -f "$BUILDROOT/usr/lib/modprobe.d/60-blacklist_fs-erofs.conf"
 
-mkosi-install systemd udev
+mkosi-install systemd udev systemd-experimental