From 6b64d740915e4f14ab090ad572fac53d7c83649e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 30 Oct 2021 11:15:22 +0100 Subject: [PATCH] mkosi: Install less in the mkosi Fedora image We're actually falling back to `more` in the mkosi image which doesn't behave quite the same as less which is somewhat annoying. Let's make sure `less` is installed so systemd can use it as the pager. --- mkosi.default.d/fedora/10-mkosi.fedora | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.default.d/fedora/10-mkosi.fedora b/mkosi.default.d/fedora/10-mkosi.fedora index bfd6f633d5b..3701f9163b5 100644 --- a/mkosi.default.d/fedora/10-mkosi.fedora +++ b/mkosi.default.d/fedora/10-mkosi.fedora @@ -71,3 +71,4 @@ Packages= procps-ng strace tpm2-tss + less -- 2.47.3