diff options
author | Leah Woods <info@minifree.org> | 2016-05-21 08:40:50 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-21 08:40:50 +0100 |
commit | d95185acdeb00a2096d43cf57f45411b840c070e (patch) | |
tree | 559f0a910a732b69d8c28197d164f08a201ae831 /resources/libreboot/config | |
parent | ae50eea3f44ef4b1dda61dcdceef4a602f3e5bb2 (diff) | |
download | librebootfr-d95185acdeb00a2096d43cf57f45411b840c070e.tar.gz librebootfr-d95185acdeb00a2096d43cf57f45411b840c070e.zip |
use seagrub on ga-g41m-es2l
Diffstat (limited to 'resources/libreboot/config')
-rw-r--r-- | resources/libreboot/config/grub/ga-g41m-es2l/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/libreboot/config/grub/ga-g41m-es2l/config b/resources/libreboot/config/grub/ga-g41m-es2l/config index 7067f29b..bf4cdf76 100644 --- a/resources/libreboot/config/grub/ga-g41m-es2l/config +++ b/resources/libreboot/config/grub/ga-g41m-es2l/config @@ -485,15 +485,17 @@ CONFIG_MAINBOARD_SMBIOS_PRODUCT_NAME="GA-G41M-ES2L" # # Payload # -CONFIG_PAYLOAD_NONE=y -# CONFIG_PAYLOAD_ELF is not set +# CONFIG_PAYLOAD_NONE is not set +CONFIG_PAYLOAD_ELF=y # CONFIG_PAYLOAD_FILO is not set # CONFIG_PAYLOAD_GRUB2 is not set # CONFIG_PAYLOAD_SEABIOS is not set # CONFIG_PAYLOAD_UBOOT is not set # CONFIG_PAYLOAD_LINUX is not set # CONFIG_PAYLOAD_TIANOCORE is not set +CONFIG_PAYLOAD_FILE="seabios.elf" CONFIG_PAYLOAD_OPTIONS="" +CONFIG_COMPRESSED_PAYLOAD_LZMA=y # CONFIG_PAYLOAD_IS_FLAT_BINARY is not set # |