Config-images: change default title to ImmortalWrt
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
20d63fb882
commit
58954a92d6
@ -228,14 +228,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