From: Daan De Meyer Date: Mon, 15 May 2023 09:54:14 +0000 (+0200) Subject: mkosi: Install tmux in the final image X-Git-Tag: v254-rc1~481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dca0b36615b27dd4c6f98204750109c0469bd5c;p=thirdparty%2Fsystemd.git 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. --- diff --git a/mkosi.presets/20-final/mkosi.conf b/mkosi.presets/20-final/mkosi.conf index c219b868f3e..ec0a90feffb 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