diff options
author | lbmkplaceholder <placeholder@lbmkplaceholder.com> | 2022-12-14 08:31:07 +0000 |
---|---|---|
committer | lbmkplaceholder <placeholder@lbmkplaceholder.com> | 2022-12-14 08:31:07 +0000 |
commit | 3e266650c224222d77376d56d5e984ad84f7350f (patch) | |
tree | b9c2d6c4954ac0dc8ed19f0bb70c5249acc2d684 /resources/coreboot/ga-g41m-es2l | |
parent | ab2cfb86396231843bb41ffdd818d7fbf41283d8 (diff) |
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
Diffstat (limited to 'resources/coreboot/ga-g41m-es2l')
-rw-r--r-- | resources/coreboot/ga-g41m-es2l/board.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/coreboot/ga-g41m-es2l/board.cfg b/resources/coreboot/ga-g41m-es2l/board.cfg index 242f8913..6e7d140d 100644 --- a/resources/coreboot/ga-g41m-es2l/board.cfg +++ b/resources/coreboot/ga-g41m-es2l/board.cfg @@ -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" |