From a8dbadedb710cee9616f873cee5adcc6275b9307 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 12 Nov 2022 01:03:24 +0100 Subject: mkSandboxSystem: print message on VM exit Because the message from QEMU is lost after the terminal reset. --- lib/mk-sandbox-system.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/mk-sandbox-system.nix b/lib/mk-sandbox-system.nix index ff81072..a840dbe 100644 --- a/lib/mk-sandbox-system.nix +++ b/lib/mk-sandbox-system.nix @@ -84,7 +84,8 @@ in rec { ${packages.${name}}/bin/run-${name}-vm reset - ''); + echo "Exited virtual machine." + '')); }; } -- cgit v1.2.3