]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
remove grub2 package on s390x fedora (#2432)
authorYan Song Liu <lysliu@cn.ibm.com>
Mon, 4 Mar 2024 08:51:59 +0000 (16:51 +0800)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2024 08:51:59 +0000 (09:51 +0100)
mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos-fedora/mkosi.conf
mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-grub.conf [new file with mode: 0644]

index c7502c201f56f57766fcca746f30cf4880e47e80..157f868c7742cc97188708c70671cc78b2d5166a 100644 (file)
@@ -16,7 +16,6 @@ Packages=
         distribution-gpg-keys
         dnf-plugins-core
         dpkg-dev
-        grub2-tools
         openssh-clients
         policycoreutils
         python3-cryptography
diff --git a/mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-grub.conf b/mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-grub.conf
new file mode 100644 (file)
index 0000000..0cff30f
--- /dev/null
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Match]
+Architecture=x86-64
+
+[Content]
+Packages=
+        grub2-tools