diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-27 21:33:53 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-27 21:33:53 +0100 |
commit | 3998a3ba4857c92cc44782cab39a59da1eb59374 (patch) | |
tree | 46bba2681d3d85a53a05e0cbe2d7ccca8299f0f9 /config/coreboot/t400_16mb/target.cfg | |
parent | 1c4d649848db6d015298e383c50293fca3fd3840 (diff) |
re-configure grub_scan_disk on various targets
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/t400_16mb/target.cfg')
-rw-r--r-- | config/coreboot/t400_16mb/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/t400_16mb/target.cfg b/config/coreboot/t400_16mb/target.cfg index 1e7b56ca..341e655e 100644 --- a/config/coreboot/t400_16mb/target.cfg +++ b/config/coreboot/t400_16mb/target.cfg @@ -3,3 +3,4 @@ xarch="i386-elf" payload_seabios="y" payload_seabios_withgrub="y" payload_memtest="y" +grub_scan_disk="ahci" |