mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +02:00
update coreboot and nuke tianocore
tianocore is a liability for the libreboot project. it's a bloated mess, and unreliable, broken on many boards, and basically impossible to audit. i don't trust tianocore, so i'm removing it.
This commit is contained in:
@@ -239,12 +239,6 @@ menuentry 'Poweroff [p]' --hotkey='p' {
|
||||
menuentry 'Reboot [r]' --hotkey='r' {
|
||||
reboot
|
||||
}
|
||||
if [ -f (cbfsdisk)/tianocore.elf ]; then
|
||||
menuentry 'Load Tianocore UEFI payload' {
|
||||
set root='cbfsdisk'
|
||||
chainloader /tianocore.elf
|
||||
}
|
||||
fi
|
||||
if [ -f (cbfsdisk)/img/memtest ]; then
|
||||
menuentry 'Load MemTest86+ [m]' --hotkey='m' {
|
||||
set root='cbfsdisk'
|
||||
|
||||
Reference in New Issue
Block a user