From: Daan De Meyer Date: Sat, 30 Oct 2021 10:15:22 +0000 (+0100) Subject: mkosi: Install less in the mkosi Fedora image X-Git-Tag: v250-rc1~379 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b64d740915e4f14ab090ad572fac53d7c83649e;p=thirdparty%2Fsystemd.git 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. --- 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