From ccef84fac7b20d483df87aac8c620459fe31b6af Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 31 Oct 2016 12:46:41 +0200 Subject: 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 --- scripts/contrib/mkefidisk.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh index d8db3c0165..a175895d81 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" -- cgit 1.2.3-korg