diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:27:51 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:27:51 -0700 |
commit | 144f4cd0a4db1783be9f81d9ba7cef5a5c86ccdc (patch) | |
tree | 2baa5e489a52d4442360d305c4aa0cbe530e4d08 /docs/git | |
parent | 224a941f4c7d56295a8ec10bf5e655971b1deb66 (diff) | |
download | librebootfr-144f4cd0a4db1783be9f81d9ba7cef5a5c86ccdc.tar.gz librebootfr-144f4cd0a4db1783be9f81d9ba7cef5a5c86ccdc.zip |
Missing bottoms
Diffstat (limited to 'docs/git')
-rw-r--r-- | docs/git/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/git/index.md b/docs/git/index.md index 81cb5dd3..eb8a0435 100644 --- a/docs/git/index.md +++ b/docs/git/index.md @@ -23,11 +23,13 @@ For Debian Stretch (may also work on Debian Jessie), you can run the following command: $ sudo ./oldbuild dependencies debian + (this will also work in Devuan) For Parabola, you can run the following command: $ sudo ./oldbuild dependencies parabola\ + or: # ./oldbuild dependencies parabola @@ -52,6 +54,7 @@ requirement is: $ git config --global user.name "Your Name" $ git config --global user.email your@emailaddress.com + This is what will also appear in git logs if you ever commit your own changes to a given repository. For more information, see <http://git-scm.com/doc>. @@ -206,12 +209,14 @@ modulename*. To see the possible values for *modulename*, use: After that, build the ROM images (for all boards): $ ./oldbuild roms withgrub + Alternatively, you can build for a specific board or set of boards. For example: $ ./oldbuild roms withgrub x60 $ ./oldbuild roms withgrub x200\_8mb $ ./oldbuild roms withgrub x60 x200\_8mb + The list of board options can be found by looking at the directory names in **resources/libreboot/config/grub/**. @@ -309,6 +314,7 @@ The command that you used for generating the release archives will also run the following command: $ ./oldbuild release tobuild + The archive **tobuild.tar.xz** will have been created under **release/oldbuildsystem/**, containing bucts, flashrom and all other required resources for building them. |