mirror of
https://github.com/immortalwrt/immortalwrt
synced 2025-01-09 04:29:03 +08:00
Config-images: change default title to ImmortalWrt
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 58954a92d6
)
This commit is contained in:
parent
b268f681a7
commit
0fe4ca40df
@ -225,14 +225,14 @@ menu "Target Images"
|
|||||||
config GRUB_TIMEOUT
|
config GRUB_TIMEOUT
|
||||||
string "Seconds to wait before booting the default entry"
|
string "Seconds to wait before booting the default entry"
|
||||||
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
|
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
|
||||||
default "0"
|
default "3"
|
||||||
help
|
help
|
||||||
If you don't know, 5 seconds is a reasonable default.
|
If you don't know, 5 seconds is a reasonable default.
|
||||||
|
|
||||||
config GRUB_TITLE
|
config GRUB_TITLE
|
||||||
string "Title for the menu entry in GRUB"
|
string "Title for the menu entry in GRUB"
|
||||||
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
|
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
|
||||||
default "OpenWrt"
|
default "ImmortalWrt"
|
||||||
help
|
help
|
||||||
This is the title of the GRUB menu entry.
|
This is the title of the GRUB menu entry.
|
||||||
If unspecified, it defaults to OpenWrt.
|
If unspecified, it defaults to OpenWrt.
|
||||||
|
Loading…
Reference in New Issue
Block a user