mkosi: Install tmux in the final image

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.
This commit is contained in:
Daan De Meyer 2023-05-15 11:54:14 +02:00 committed by Luca Boccassi
parent f9c91eea78
commit 3dca0b3661

View file

@ -26,6 +26,7 @@ Packages=
qrencode
sed
strace
tmux
tree
util-linux
valgrind