diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-02-09 12:43:43 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-09 13:41:54 +0100 |
commit | 317cb6f9b51f3d26c3b7a974dd1edee3c45864f5 (patch) | |
tree | 1b78094e32cb061636f59da3a10089cb0eaed1bd /mkosi.images/system | |
parent | Add systemd.default_debug_tty= (diff) | |
download | systemd-317cb6f9b51f3d26c3b7a974dd1edee3c45864f5.tar.xz systemd-317cb6f9b51f3d26c3b7a974dd1edee3c45864f5.zip |
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.
Diffstat (limited to 'mkosi.images/system')
-rw-r--r-- | mkosi.images/system/mkosi.conf.d/10-arch.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.images/system/mkosi.conf.d/10-arch.conf b/mkosi.images/system/mkosi.conf.d/10-arch.conf index 0b15677ff2..e1a511c979 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 |