From c04a4ffc01bf8a743c93ae00022ca1b51db66108 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 25 Sep 2016 23:04:14 +0200 Subject: [PATCH] remove typo --- hermit/tools/demo_kvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/tools/demo_kvm.sh b/hermit/tools/demo_kvm.sh index 06fccd909..57b5f55df 100755 --- a/hermit/tools/demo_kvm.sh +++ b/hermit/tools/demo_kvm.sh @@ -11,7 +11,7 @@ echo -e " \e[92m# HermitCore is also usable as a classical unikernel. By setting echo -n $MYPROMPT echo -e " \e[92m# environment variable HERMIT_ISLE to qemu, the application will be started\e[39m" | randtype -m 2 -t 18,6000 echo -n $MYPROMPT -echo -e " \e[92m# within a virtual machine. The boot time is about 2s.\e[39m" | randtype -m 0 -t 18,6000 +echo -e " \e[92m# within a virtual machine. The boot time is about 1s.\e[39m" | randtype -m 0 -t 18,6000 echo -n $MYPROMPT echo " HERMIT_ISLE=qemu time hermit/usr/tests/hello" | randtype -m 0 -t 18,6000 HERMIT_ISLE=qemu time hermit/usr/tests/hello