]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
mkefidisk.sh: add deprecation warning to the output
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 31 Oct 2016 10:46:41 +0000 (12:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Nov 2016 23:35:15 +0000 (23:35 +0000)
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 <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/contrib/mkefidisk.sh

index d8db3c0165b467a6ebd1bcdee448b189f1b56614..a175895d8149686e28f2e70efa31d6cfc288beb0 100755 (executable)
 
 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"