disable counter on boot

This commit is contained in:
Pascal Vizeli
2018-05-10 10:02:46 +02:00
committed by GitHub
parent 4424f5ab6b
commit 37d1c995b7

View File

@@ -14,7 +14,7 @@ for i in /env/init/*; do
done
echo "- Hit m for menu or wait for autoboot -"
timeout -a 1 -v key
timeout -a 1 -s -v key
# Run menu
if [ "${key}" != "m" ]; then