init: Print a message when the Lx hypervisor exits.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 3 Jul 2014 15:50:25 +0000 (16:50 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 3 Jul 2014 16:00:00 +0000 (17:00 +0100)
init.in

diff --git a/init.in b/init.in
index fb9bf09..f10d8a2 100644 (file)
--- a/init.in
+++ b/init.in
@@ -89,6 +89,8 @@ echo "*** This is the L$level hypervisor ***"
 # Run the nested guest.
 /run-supernested.sh --nested
 
+echo "*** the L$level hypervisor is exiting ***"
+
 # Exit and reboot.
 # qemu has the -no-reboot flag, so issuing a reboot here actually
 # causes qemu to exit gracefully.