From: Daan De Meyer Date: Thu, 15 Feb 2024 07:43:46 +0000 (+0100) Subject: Only install amd-ucode-firmware on x86-64 X-Git-Tag: v21~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6162395c65dfbdf647139095605cb29214fcc710;p=thirdparty%2Fmkosi.git Only install amd-ucode-firmware on x86-64 Fixes #2391 --- diff --git a/mkosi.conf.d/20-fedora/mkosi.conf b/mkosi.conf.d/20-fedora/mkosi.conf index bc34685cf..2d33fbd6b 100644 --- a/mkosi.conf.d/20-fedora/mkosi.conf +++ b/mkosi.conf.d/20-fedora/mkosi.conf @@ -8,7 +8,6 @@ Distribution=fedora [Content] Packages= - amd-ucode-firmware archlinux-keyring btrfs-progs dnf5 diff --git a/mkosi.conf.d/20-fedora/mkosi.conf.d/20-x86_64.conf b/mkosi.conf.d/20-fedora/mkosi.conf.d/20-x86_64.conf new file mode 100644 index 000000000..44e347f68 --- /dev/null +++ b/mkosi.conf.d/20-fedora/mkosi.conf.d/20-x86_64.conf @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Match] +Architecture=x86-64 + +[Content] +Packages= + amd-ucode-firmware