From 200981eb6c94b7dc743a2c5b2b0eca9af8b580a3 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 9 Dec 2023 12:59:16 +0100 Subject: [PATCH] Revert "mkosi: include binutils in the packages for building" Now that we pass the kernel version explicitly to ukify, we don't need to have binutils installed anymore as ukify only uses readelf to autodetect the kernel version if it wasn't supplied explicitly by the user. This reverts commit 4953e2cb66f0713dc302d089e92894e852e5a045. --- mkosi/distributions/fedora.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mkosi/distributions/fedora.py b/mkosi/distributions/fedora.py index c4d2bd5f4..e27e7e27c 100644 --- a/mkosi/distributions/fedora.py +++ b/mkosi/distributions/fedora.py @@ -41,7 +41,6 @@ class Installer(DistributionInstaller): "apt", "archlinux-keyring", "bash", - "binutils", "btrfs-progs", "bubblewrap", "ca-certificates", -- 2.47.2