]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
opensuse: pull in grep/gzip/xz explicitly to avoid busybox in main image 3793/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 4 Jul 2025 13:36:12 +0000 (14:36 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 5 Jul 2025 12:22:34 +0000 (13:22 +0100)
Problem: 1: the installed busybox-xz-1.37.0-34.1.noarch conflicts with 'xz' provided by the to be installed xz-5.8.1-1.1.aarch64
 Solution 1: deinstallation of busybox-xz-1.37.0-34.1.noarch
 Solution 2: do not install xz-5.8.1-1.1.aarch64

mkosi.conf.d/20-opensuse/mkosi.conf

index 71790cbc32c13f883564b60c96ee1d74cd0120c2..9f6d02715bf2d8e9fa4d2714fd9584d7a6f5ce8a 100644 (file)
@@ -18,3 +18,9 @@ Packages=
         qemu-linux-user
         shim
         sudo-policy-wheel-auth-self
+
+        # Various packages added as dependencies. If they are not explicitly installed, the zypper inner
+        # logic picks the busybox-package variant, which adds also busybox in the image.
+        grep
+        gzip
+        xz