]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Install less in the mkosi Fedora image
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 30 Oct 2021 10:15:22 +0000 (11:15 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 30 Oct 2021 10:53:49 +0000 (11:53 +0100)
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

index bfd6f633d5bde86894885369075fb0e9e048733c..3701f9163b5d4778a8fde78bf60e2d8c145ccdc8 100644 (file)
@@ -71,3 +71,4 @@ Packages=
         procps-ng
         strace
         tpm2-tss
+        less