mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 10:12:04 +02:00
grub.cfg: merge isolinux/grub usb menuentries
many modern distros use grub in their installer images, so scan for grub.cfg first. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -159,11 +159,8 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o
|
|||||||
true # Prevent pager requiring to accept each line instead of whole screen
|
true # Prevent pager requiring to accept each line instead of whole screen
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry 'Find and load GRUB config from USB drive [s]' --hotkey='s' {
|
menuentry 'Search for GRUB/SYSLINUX/EXTLINUX/ISOLINUX on USB [s]' --hotkey='s' {
|
||||||
search_grub usb
|
search_bootcfg usb
|
||||||
}
|
|
||||||
menuentry 'Find and load ISOLINUX/EXTLINUX from USB drive [u]' --hotkey='u' {
|
|
||||||
search_isolinux usb
|
|
||||||
}
|
}
|
||||||
menuentry 'Find and load ISOLINUX/EXTLINUX menu via AHCI [a]' --hotkey='a' {
|
menuentry 'Find and load ISOLINUX/EXTLINUX menu via AHCI [a]' --hotkey='a' {
|
||||||
search_isolinux ahci
|
search_isolinux ahci
|
||||||
|
|||||||
Reference in New Issue
Block a user