]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Revert "mkosi: include binutils in the packages for building" 2145/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 9 Dec 2023 11:59:16 +0000 (12:59 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 9 Dec 2023 11:59:16 +0000 (12:59 +0100)
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

index c4d2bd5f4065517fad03aa96c06342196d0afefa..e27e7e27cf3eb9f1368eee73a2999179b438137f 100644 (file)
@@ -41,7 +41,6 @@ class Installer(DistributionInstaller):
             "apt",
             "archlinux-keyring",
             "bash",
-            "binutils",
             "btrfs-progs",
             "bubblewrap",
             "ca-certificates",