]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Install tmux in the final image
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 15 May 2023 09:54:14 +0000 (11:54 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 15 May 2023 10:45:58 +0000 (11:45 +0100)
We currently have to resort to SSH to get more than one interactive
terminal in a mkosi qemu VM. Let's increase our options by installing
tmux in the final image, which can multiplex the serial console into
many unique terminal sessions.

mkosi.presets/20-final/mkosi.conf

index c219b868f3e5a3566b4f9fdc95d64dba88cdf6ce..ec0a90feffb1f19117f17f312df46ce1f9761330 100644 (file)
@@ -26,6 +26,7 @@ Packages=
         qrencode
         sed
         strace
+        tmux
         tree
         util-linux
         valgrind