diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 19:15:42 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 19:15:42 +0100 |
commit | be4a2902d69a09469d3a93fb9467e32b39b4543d (patch) | |
tree | 27b9c97aef3848fad3f211d9c2c5b8971717477d /docs | |
parent | c21e85bbfe85057208af548fc13d5bcc14aca86b (diff) | |
download | librebootfr-be4a2902d69a09469d3a93fb9467e32b39b4543d.tar.gz librebootfr-be4a2902d69a09469d3a93fb9467e32b39b4543d.zip |
docs/maintain/index.html: Notes about payload for configs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/maintain/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 1cc498c8..4ecfbe79 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -293,7 +293,7 @@ Make sure that the board is supported, and that the patches are included (if there are custom patches that you need). Add configs for it like so:<br/> - $ <b>./build config corebootreplace <u><i>new_board_name_here</i></u></b> + $ <b>./build config corebootreplace <i>payload</i>/<i>boardname</i></b> </p> <p> |