From 5dea740f8a8bf2461b6eb315fd59d66b9208ac9e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 01 Mar 2015 16:58:20 -0500 Subject: docs/git/index.html: Add notes about building for specific boards --- diff --git a/docs/git/index.html b/docs/git/index.html index de8c046..2b0970e 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -616,8 +616,15 @@

- After that, build the ROM images:
- $ ./build roms withgrub + After that, build the ROM images (for all boards):
+ $ ./build roms withgrub
+ Alternatively, you can build for a specific board or set of boards. + For example:
+ $ ./build roms withgrub x60
+ $ ./build roms withgrub x200_8mb
+ $ ./build roms withgrub x60 x200_8mb
+ The list of board options can be found by looking at the directory + names in resources/libreboot/config/.

-- cgit v0.9.1