diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-16 13:58:07 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-16 15:25:37 +0200 |
commit | 2400b3a59020448d9d4ba67bf69056c522acacd6 (patch) | |
tree | 37ff09410961ae1a1341dca165976a1be745ddef /mkosi.images/system | |
parent | Update debugging with vscode section (diff) | |
download | systemd-2400b3a59020448d9d4ba67bf69056c522acacd6.tar.xz systemd-2400b3a59020448d9d4ba67bf69056c522acacd6.zip |
mkosi: Install which in image
gdb-headless in Fedora is missing a dependency on which:
https://bugzilla.redhat.com/show_bug.cgi?id=2275274
This happens all the time so let's make sure which is always installed
in the image.
Diffstat (limited to 'mkosi.images/system')
-rw-r--r-- | mkosi.images/system/mkosi.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.images/system/mkosi.conf b/mkosi.images/system/mkosi.conf index 303af4acb1..ed09d841b8 100644 --- a/mkosi.images/system/mkosi.conf +++ b/mkosi.images/system/mkosi.conf @@ -40,6 +40,7 @@ Packages= udev util-linux valgrind + which wireguard-tools xfsprogs zsh |