summaryrefslogtreecommitdiff
path: root/scripts/newbitmaps/images/make_yaml_from_hwids
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/newbitmaps/images/make_yaml_from_hwids')
-rwxr-xr-xscripts/newbitmaps/images/make_yaml_from_hwids9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/newbitmaps/images/make_yaml_from_hwids b/scripts/newbitmaps/images/make_yaml_from_hwids
index 66577d4c..96a83049 100755
--- a/scripts/newbitmaps/images/make_yaml_from_hwids
+++ b/scripts/newbitmaps/images/make_yaml_from_hwids
@@ -6,6 +6,15 @@
# Generate a new yaml file for each specified hwid_*.bmp file.
#
+if [ "${1:-}" = "--force" ]; then
+ shift;
+else
+ echo "This script is deprecated."
+ echo "The latest BIOSes can render HWIDs directly from ASCII."
+ echo "Use --force to proceed anyway."
+ exit 1
+fi
+
# I'm sorting the locales in more-or-less geographical order. Right should move
# east, left should move west. Of course we'll start in the US. :-)
locales="en es_419 pt_BR en_GB fr es pt_PT ca it de el nl da no sv fi et lv lt ru pl cs sk hu sl sr hr bg ro uk tr iw ar fa hi th vi id fil zh_CN zh_TW ko ja"