From: Daan De Meyer Date: Tue, 8 Aug 2023 10:18:14 +0000 (+0200) Subject: Install udev instead of systemd-udev X-Git-Tag: v15~15^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ebae5d0460b80cea4e0cb8f34d60ba46f0ff986;p=thirdparty%2Fmkosi.git Install udev instead of systemd-udev Installing systemd-udev means running into https://bugzilla.redhat.com/show_bug.cgi?id=2183279 so let's install udev which avoids that issue. --- diff --git a/.github/mkosi.conf.d/20-centos.conf b/.github/mkosi.conf.d/20-centos.conf index bf9636018..c794d3235 100644 --- a/.github/mkosi.conf.d/20-centos.conf +++ b/.github/mkosi.conf.d/20-centos.conf @@ -7,4 +7,4 @@ Distribution=|rocky Packages=kernel-core systemd systemd-boot - systemd-udev + udev diff --git a/.github/mkosi.conf.d/20-fedora.conf b/.github/mkosi.conf.d/20-fedora.conf index cf1171439..845246b5a 100644 --- a/.github/mkosi.conf.d/20-fedora.conf +++ b/.github/mkosi.conf.d/20-fedora.conf @@ -5,5 +5,5 @@ Distribution=fedora Packages=kernel-core systemd systemd-boot - systemd-udev + udev util-linux diff --git a/docs/bootable.md b/docs/bootable.md index 501d1c902..9a836ae0e 100644 --- a/docs/bootable.md +++ b/docs/bootable.md @@ -19,7 +19,7 @@ Packages=linux Packages=kernel systemd systemd-boot - systemd-udev + udev util-linux ``` @@ -30,7 +30,7 @@ Packages=kernel Packages=kernel systemd systemd-boot - systemd-udev + udev ``` ## Debian