diff options
author | Leah Rowe <leah@libreboot.org> | 2021-12-29 07:18:21 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-12-29 07:18:21 +0000 |
commit | babce03fbdf2d788f12c940be16de88079e3971c (patch) | |
tree | 753d341ff7776a31314a5970fcd805afd51ef4ed /resources/coreboot/t500_8mb | |
parent | 5d65d6c3d3b66aa9ce13236cc14b4cba71d5108d (diff) |
coreboot/*: set grub_scan_disk to ahci on most boards
on ga-g41m-es2l, set it to ata
Diffstat (limited to 'resources/coreboot/t500_8mb')
-rw-r--r-- | resources/coreboot/t500_8mb/board.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/coreboot/t500_8mb/board.cfg b/resources/coreboot/t500_8mb/board.cfg index f69577e1..ee8ee02d 100644 --- a/resources/coreboot/t500_8mb/board.cfg +++ b/resources/coreboot/t500_8mb/board.cfg @@ -5,3 +5,4 @@ payload_grub="y" payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" +grub_scan_disk="ahci" |