test-vm: Echo help message for shutdown alias

This commit is contained in:
Alexander Heldt
2024-12-20 13:00:55 +01:00
parent 94aef10d67
commit 12921700ab

View File

@@ -34,6 +34,8 @@
# Resize terminal to host terminal size
environment.loginShellInit = ''
${pkgs.xterm}/bin/resize
echo alias 'sd' can be used to shutdown the VM
'';
environment.interactiveShellInit = ''