diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 19:00:16 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 19:00:16 +0100 |
commit | c0818b74cea34d29bc2f14eed2b5863ca8837e43 (patch) | |
tree | a0bef749cd63f7b525e24f8b05c7427a2532ab94 | |
parent | 46821c70a11422c0154d1dfa2746ed7db9bc3c75 (diff) | |
download | librebootfr-c0818b74cea34d29bc2f14eed2b5863ca8837e43.tar.gz librebootfr-c0818b74cea34d29bc2f14eed2b5863ca8837e43.zip |
docs/git/index.html: Link to the maintenance guide for configs
-rw-r--r-- | docs/git/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index e2207602..55bdf565 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -278,9 +278,9 @@ <p> Before building a ROM in libreboot (or coreboot, for that matter), you need to configure it. - This is done using the following inside the source tree:<br/> - $ <b>cd coreboot/</b><br/> - $ <b>make menuconfig</b> + Configuration files should already be included, so you don't need to do anything. This information + is only for reference. If you are updating or modifying coreboot-libre, and need to update the configs + in any way, refer to <a href="../maintain/index.html#newboard_libreboot">../maintain/index.html#newboard_libreboot</a>. </p> <p> |