diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-11 22:46:39 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-11 22:46:39 +0100 |
commit | 655a2b17cbb9b207c16bb1b511b55927025313fd (patch) | |
tree | 2e624681618ec4ee07d526f0c22ad83c25f02d6d | |
parent | a0eda7d94863d2c8c4383d0b900b08d18df28fc6 (diff) | |
download | librebootfr-655a2b17cbb9b207c16bb1b511b55927025313fd.tar.gz librebootfr-655a2b17cbb9b207c16bb1b511b55927025313fd.zip |
docs/git/index.html: notes about depthcharge
-rw-r--r-- | docs/git/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index b235b01b..4010eff0 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -872,6 +872,12 @@ The list of board options can be found by looking at the directory names in <b>resources/libreboot/config/grub/</b>. </p> + <p> + For those boards which use the depcharge payload, you must use: + $ <b>./build roms withdepthcharge</b><br/> + You can also build for a specific board or set of boards. For example:<br/> + $ <b>./build roms withdepthcharge veyron_speedy</b> + </p> <p> To clean (reverse) everything, do the following:<br/> |