Did ./.seabiosconfig

Your branch is up-to-date with 'origin/master'.
Deleted branch coreboot (was 7759d3a).
Branch coreboot set up to track remote branch master from origin.
Switched to a new branch 'coreboot'
    CONFIG     SeaBIOS origin/master
Error: File ./.seabiosconfig does not exist
make[1]: *** [Makefile:48: config] Error 1
make: *** [payloads/external/Makefile.inc:72: seabios] Ошибка 2

But file exist in root coreboot directory. What is wrong?


29.06.2017 18:40, Martin Roth пишет:
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 <[email protected] <mailto:[email protected]>> 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/SeaBIOS/seabios/.config)

    How to properly add my custom seabios config file?



    --
    coreboot mailing list: [email protected]
    <mailto:[email protected]>
    https://mail.coreboot.org/mailman/listinfo/coreboot
    <https://mail.coreboot.org/mailman/listinfo/coreboot>





-- 
coreboot mailing list: [email protected]
https://mail.coreboot.org/mailman/listinfo/coreboot

Reply via email to