From 317cb6f9b51f3d26c3b7a974dd1edee3c45864f5 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 9 Feb 2024 12:43:43 +0100 Subject: [PATCH] Install pacman in Arch Linux image We install apt and dnf in the other images as well, so lets be consistent and install pacman in the Arch image as well. --- mkosi.images/system/mkosi.conf.d/10-arch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.images/system/mkosi.conf.d/10-arch.conf b/mkosi.images/system/mkosi.conf.d/10-arch.conf index 0b15677ff29..e1a511c9792 100644 --- a/mkosi.images/system/mkosi.conf.d/10-arch.conf +++ b/mkosi.images/system/mkosi.conf.d/10-arch.conf @@ -16,6 +16,7 @@ Packages= man-db openbsd-netcat openssh + pacman polkit python-pefile python-psutil -- 2.47.3