summaryrefslogtreecommitdiff
path: root/mkosi.presets
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-05-15 11:54:14 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2023-05-15 11:45:58 +0100
commit3dca0b36615b27dd4c6f98204750109c0469bd5c (patch)
treed11e430eb7b7edc5c03aaa2a7e6a5f69d1527afd /mkosi.presets
parentf9c91eea78b1043879f98012c943fed2dffcc7a8 (diff)
downloadsystemd-3dca0b36615b27dd4c6f98204750109c0469bd5c.tar.gz
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.
Diffstat (limited to 'mkosi.presets')
-rw-r--r--mkosi.presets/20-final/mkosi.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.presets/20-final/mkosi.conf b/mkosi.presets/20-final/mkosi.conf
index c219b868f3..ec0a90feff 100644
--- a/mkosi.presets/20-final/mkosi.conf
+++ b/mkosi.presets/20-final/mkosi.conf
@@ -26,6 +26,7 @@ Packages=
qrencode
sed
strace
+ tmux
tree
util-linux
valgrind