Debian: Align debian system type install menu titles
The order and wording of the controller-0 USB grub menu titles do not align with the same for pxeboot.They should. This update creates that alignment. Test Plan: PASS: Verify Debian ISO build and install PASS: Verify menu wording alignment PASS: Verify menu order alignment Story: 2009301 Task: 45549 Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com> Change-Id: I43588204806b5bc8dc48847f858e90a64fd672b4
This commit is contained in:
@@ -109,21 +109,21 @@ debootstrap-key: ''
|
||||
apt-keys:
|
||||
- /opt/LAT/pubkey.rsa
|
||||
iso-grub-entry: |
|
||||
menuentry "UEFI All-in-one Controller Configuration" --unrestricted {
|
||||
set fallback=1
|
||||
efi-watchdog enable 0 180
|
||||
linux /bzImage-std %BOOT_PARAMS% traits=controller,worker defaultkernel=vmlinuz-*[!t]-amd64
|
||||
initrd @INITRD@
|
||||
}
|
||||
|
||||
menuentry "UEFI Standard Controller Configuration" --unrestricted {
|
||||
menuentry "UEFI Debian Controller Install" --unrestricted {
|
||||
set fallback=1
|
||||
efi-watchdog enable 0 180
|
||||
linux /bzImage-std %BOOT_PARAMS% traits=controller defaultkernel=vmlinuz-*[!t]-amd64
|
||||
initrd @INITRD@
|
||||
}
|
||||
|
||||
menuentry "UEFI All-in-one (lowlatency) Controller Configuration" --unrestricted {
|
||||
menuentry "UEFI Debian All-in-one Install" --unrestricted {
|
||||
set fallback=1
|
||||
efi-watchdog enable 0 180
|
||||
linux /bzImage-std %BOOT_PARAMS% traits=controller,worker defaultkernel=vmlinuz-*[!t]-amd64
|
||||
initrd @INITRD@
|
||||
}
|
||||
|
||||
menuentry "UEFI Debian All-in-one (lowlatency) Install" --unrestricted {
|
||||
set fallback=1
|
||||
efi-watchdog enable 0 180
|
||||
linux /bzImage-rt %BOOT_PARAMS% traits=controller,worker,lowlatency defaultkernel=vmlinuz-*-rt-amd64 efi=runtime
|
||||
@@ -132,19 +132,19 @@ iso-grub-entry: |
|
||||
|
||||
iso-syslinux-entry: |
|
||||
LABEL 0
|
||||
menu label ^All-in-one Controller Configuration
|
||||
kernel /bzImage-std
|
||||
ipappend 2
|
||||
append initrd=@INITRD@ %BOOT_PARAMS% traits=controller,worker defaultkernel=vmlinuz-*[!t]-amd64
|
||||
|
||||
LABEL 1
|
||||
menu label ^Standard Controller Configuration
|
||||
menu label ^Debian Controller Install
|
||||
kernel /bzImage-std
|
||||
ipappend 2
|
||||
append initrd=@INITRD@ %BOOT_PARAMS% traits=controller defaultkernel=vmlinuz-*[!t]-amd64
|
||||
|
||||
LABEL 1
|
||||
menu label ^Debian All-in-one Install
|
||||
kernel /bzImage-std
|
||||
ipappend 2
|
||||
append initrd=@INITRD@ %BOOT_PARAMS% traits=controller,worker defaultkernel=vmlinuz-*[!t]-amd64
|
||||
|
||||
LABEL 2
|
||||
menu label ^All-in-one (lowlatency) Controller Configuration
|
||||
menu label ^Debian All-in-one (lowlatency) Install
|
||||
kernel /bzImage-rt
|
||||
ipappend 2
|
||||
append initrd=@INITRD@ %BOOT_PARAMS% traits=controller,worker,lowlatency defaultkernel=vmlinuz-*-rt-amd64
|
||||
|
||||
Reference in New Issue
Block a user