mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-27 11:36:29 +03:00
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:
parent
8496f71e92
commit
a6c95a3f7d
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ cat > $tmpFile <<EOF
|
||||||
# Change this to e.g. nixos-42 to temporarily boot to an older configuration.
|
# Change this to e.g. nixos-42 to temporarily boot to an older configuration.
|
||||||
DEFAULT nixos-default
|
DEFAULT nixos-default
|
||||||
|
|
||||||
|
MENU TITLE ------------------------------------------------------------
|
||||||
TIMEOUT $timeout
|
TIMEOUT $timeout
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue