Missing Local Installer title in Local Install Grub menu
This commit provides a title in the grub menu for local installation. It indicates the purpose of the installer. Test Plan: PASS: Verify that an appropriate title is present in the grub menu. Closes-Bug: 1997917 Change-Id: Id1fb8cfe27a2fd2ce74c385076134d2a4b716e1b Signed-off-by: ssharma3 <shrikumar.sharma@windriver.com>
This commit is contained in:
parent
c164fbf193
commit
0a9923e377
@ -290,6 +290,12 @@ done
|
|||||||
default=${DEFAULT_GRUB_ENTRY}
|
default=${DEFAULT_GRUB_ENTRY}
|
||||||
timeout=${GRUB_TIMEOUT}
|
timeout=${GRUB_TIMEOUT}
|
||||||
search --no-floppy --set=root -l 'instboot'
|
search --no-floppy --set=root -l 'instboot'
|
||||||
|
set color_normal='light-gray/black'
|
||||||
|
set color_highlight='light-green/blue'
|
||||||
|
|
||||||
|
menuentry 'Debian Local Install : Select kernel options and boot kernel' --id=title {
|
||||||
|
set fallback=1
|
||||||
|
}
|
||||||
|
|
||||||
menuentry 'Serial Console' --id=serial {
|
menuentry 'Serial Console' --id=serial {
|
||||||
linux /bzImage-std ${COMMON_ARGS} traits=controller console=ttyS0,115200 serial
|
linux /bzImage-std ${COMMON_ARGS} traits=controller console=ttyS0,115200 serial
|
||||||
|
Loading…
x
Reference in New Issue
Block a user