From beb0298db1028b8e7e44a59c68e9314bd6f3212f Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Sun, 15 Nov 2015 13:56:55 +0000 Subject: [PATCH] rumprun-bake: give user a better chance to see compat warning --- app-tools/rumprun-bake.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-tools/rumprun-bake.in b/app-tools/rumprun-bake.in index 0cb662f..b2a457b 100644 --- a/app-tools/rumprun-bake.in +++ b/app-tools/rumprun-bake.in @@ -37,7 +37,9 @@ unset runcmd if [ "$(basename $0)" = "rumpbake" ]; then echo '>>' echo '>> name "rumpbake" is deprecated. use rumprun-bake instead' + echo '>> (waiting 5s for you to see this)' echo '>>' + sleep 5 fi if [ "${RUMPRUN_WARNING_STFU}" != 'please' ]; then @@ -212,6 +214,7 @@ usage: rumprun-bake [-c conffile] config output input [input ...] rumprun-bake dumpconfig config When invoked with the single argument "list", describes available configs. +When invoked with the single argument "list", describes available configs. Else, creates a rumprunnable unikernel: config : rumprun board configuration to use. -- 2.39.5