mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
disable grub and memtest on 1MB ROM configs
due to upstream bloat, these no longer fit. it will have to be fixed in the next libreboot release
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cbtree="default"
|
||||
romtype="normal"
|
||||
arch="x86_64"
|
||||
payload_grub="y"
|
||||
payload_grub="n"
|
||||
payload_grub_withseabios="n"
|
||||
payload_seabios="y"
|
||||
|
||||
@@ -4,4 +4,4 @@ arch="x86_32"
|
||||
payload_grub="n"
|
||||
payload_grub_withseabios="n"
|
||||
payload_seabios="y"
|
||||
payload_memtest="y"
|
||||
payload_memtest="n"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
cbtree="default"
|
||||
romtype="normal"
|
||||
arch="x86_64"
|
||||
payload_grub="y"
|
||||
payload_grub="n"
|
||||
payload_grub_withseabios="n"
|
||||
payload_seabios="y"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
cbtree="default"
|
||||
romtype="normal"
|
||||
arch="x86_64"
|
||||
payload_grub="y"
|
||||
payload_grub_withseabios="y"
|
||||
payload_grub="n"
|
||||
payload_grub_withseabios="n"
|
||||
payload_seabios="y"
|
||||
payload_memtest="y"
|
||||
payload_memtest="n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
cbtree="default"
|
||||
romtype="normal"
|
||||
arch="x86_64"
|
||||
payload_grub="y"
|
||||
payload_grub="n"
|
||||
payload_grub_withseabios="n"
|
||||
payload_seabios="y"
|
||||
grub_scan_disk="ata"
|
||||
|
||||
Reference in New Issue
Block a user