diff options
author | Leah Rowe <info@minifree.org> | 2016-09-03 18:01:58 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-09-03 18:01:58 +0100 |
commit | 6a7d71cd4ce6abaa99ff26a1b0f38eecd8f07c83 (patch) | |
tree | 93a1840401fa0d6afdab8777e78ea08709d8454e | |
parent | 4b07ba6ab6179dfb304fe96f364c2b97d0434350 (diff) | |
download | librebootfr-6a7d71cd4ce6abaa99ff26a1b0f38eecd8f07c83.tar.gz librebootfr-6a7d71cd4ce6abaa99ff26a1b0f38eecd8f07c83.zip |
docs/install: move links ot general sections to their own list
-rw-r--r-- | docs/install/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/install/index.html b/docs/install/index.html index 6ba8991f..8963257b 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -32,15 +32,19 @@ </div> <div class="section"> - + + <h2>General information</h2> + <ul> + <li><a href="#flashrom">How to update libreboot on all systems (if libreboot is already running)</a></li> + <li><a href="#rom">List of ROM images in libreboot</a></li> + <li><a href="bbb_ehci.html">How to enable EHCI debugging on the BeagleBone Black</a></li> + </ul> <h2>Flashing via software methods, on system:</h2> <ul> - <li><a href="#flashrom">All systems: libreboot update instructions (if libreboot is already running)</a></li> - <li><a href="#rom">List of ROM images in libreboot</a></li> <li><a href="#flashrom">ASUS KFSN4-DRE</a></li> - <li><a href="#flashrom_lenovobios">ThinkPad X60/T60: Initial installation guide (if running Lenovo BIOS)</a></li> + <li><a href="#flashrom_lenovobios">ThinkPad X60/T60 (if running Lenovo BIOS)</a></li> <li><a href="#flashrom_macbook21">Apple MacBook2,1</a></li> - <li><a href="c201.html">ASUS Chromebook C201 installation guide</a></li> + <li><a href="c201.html">ASUS Chromebook C201</a></li> </ul> <h2>Setting up programmers, for external flashing via hardware method</h2> @@ -62,10 +66,6 @@ <li><a href="t500_external.html">ThinkPad T500</a></li> <li><a href="c201.html">ASUS Chromebook C201</a></li> </ul> - <h2>EHCI debugging</h2> - <ul> - <li><a href="bbb_ehci.html">How to enable EHCI debugging on the BeagleBone Black</a></li> - </ul> </div> |