[coreboot] Coreboot make script do not use custom, seabiosconfig file.

Martin Roth gaumless at gmail.com
Thu Jun 29 17:40:46 CEST 2017


There are numerous places in shell scripts where '~' doesn't expand to
match $HOME.  I'd recommend putting the config in the coreboot directory
and setting the config file to './.seabiosconfig'.
If you really want it in your home directory, you can use
'$$HOME/.seabiosconfig'.

Martin

On Thu, Jun 29, 2017 at 2:16 AM, Rostislav Okulov via coreboot <
coreboot at coreboot.org> wrote:

> I made my own seabios config file (.seabiosconfig) and put it in root
> coreboot directory. Add it in configuration like this
> CONFIG_PAYLOAD_CONFIGFILE="~/coreboot/.seabiosconfig" Next I do
> ~/coreboot> make to build coreboot but .seabiosconfig file skipped by make
> script and default file used instead (/coreboot/payloads/external/S
> eaBIOS/seabios/.config)
>
> How to properly add my custom seabios config file?
>
>
>
> --
> coreboot mailing list: coreboot at coreboot.org
> https://mail.coreboot.org/mailman/listinfo/coreboot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot/attachments/20170629/c037a896/attachment.html>


More information about the coreboot mailing list