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