Merge pull request 'Fixed boot selection menu' (#204) from livio/lbmk:livio_290424 into master

Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/204
master
Leah Rowe 2024-05-02 02:34:55 +00:00
commit a18cd7f11b
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ menuentry 'Search for GRUB/SYSLINUX/EXTLINUX/ISOLINUX on AHCI [a]' --hotkey='a'
search_bootcfg ahci
}
menuentry 'Search for GRUB/SYSLINUX/EXTLINUX/ISOLINUX on ATA/IDE [d]' --hotkey='d' {
search_bootcfg ahci
search_bootcfg ata
}
if [ -f (cbfsdisk)/grubtest.cfg ]; then
menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey='t' {