extlinux-conf-builder: Set menu title to force prompt display

Without a menu title, U-Boot's distro scripts just autoboot the first
entry by default.

When I initially wrote this, my board wasn't apparently running stock
U-Boot but had some local hacks saved in the U-Boot's environment
which made it always display the prompt.
This commit is contained in:
Tuomas Tynkkynen 2015-06-19 03:36:07 +03:00
parent 8496f71e92
commit a6c95a3f7d

View File

@ -109,6 +109,7 @@ cat > $tmpFile <<EOF
# Change this to e.g. nixos-42 to temporarily boot to an older configuration.
DEFAULT nixos-default
MENU TITLE ------------------------------------------------------------
TIMEOUT $timeout
EOF