]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Only install amd-ucode-firmware on x86-64
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 15 Feb 2024 07:43:46 +0000 (08:43 +0100)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 15 Feb 2024 09:19:39 +0000 (10:19 +0100)
Fixes #2391

mkosi.conf.d/20-fedora/mkosi.conf
mkosi.conf.d/20-fedora/mkosi.conf.d/20-x86_64.conf [new file with mode: 0644]

index bc34685cf69a1286631ce4f4fccd9fdd5d833393..2d33fbd6b66c00fce9b3dae7e7e411b9cbba965b 100644 (file)
@@ -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 (file)
index 0000000..44e347f
--- /dev/null
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Match]
+Architecture=x86-64
+
+[Content]
+Packages=
+        amd-ucode-firmware