From: Ed Bartosh Date: Mon, 31 Oct 2016 10:46:41 +0000 (+0200) Subject: mkefidisk.sh: add deprecation warning to the output X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccef84fac7b20d483df87aac8c620459fe31b6af;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mkefidisk.sh: add deprecation warning to the output mkefidisk.sh will soon be deprecated in favor of .wic images. Added deprecation warning to the script to inform users that this script will soon be removed from the codebase. Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton --- diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh index d8db3c0165b..a175895d814 100755 --- a/scripts/contrib/mkefidisk.sh +++ b/scripts/contrib/mkefidisk.sh @@ -20,6 +20,11 @@ LANG=C +echo +echo "WARNING: This script is deprecated and will be removed soon." +echo "Please consider using wic EFI images instead." +echo + # Set to 1 to enable additional output DEBUG=0 OUT="/dev/null"