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
fsdg20230625
lbmkplaceholder 2022-12-14 08:31:07 +00:00
parent ab2cfb8639
commit 3e266650c2
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
cbtree="default"
romtype="normal"
arch="x86_64"
payload_grub="y"
payload_grub="n"
payload_grub_withseabios="n"
payload_seabios="y"

View File

@ -4,4 +4,4 @@ arch="x86_32"
payload_grub="n"
payload_grub_withseabios="n"
payload_seabios="y"
payload_memtest="y"
payload_memtest="n"

View File

@ -1,6 +1,6 @@
cbtree="default"
romtype="normal"
arch="x86_64"
payload_grub="y"
payload_grub="n"
payload_grub_withseabios="n"
payload_seabios="y"

View File

@ -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"

View File

@ -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"