diff options
Diffstat (limited to 'docs/git/index.html')
-rw-r--r-- | docs/git/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index 320f309..de8c046 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -677,12 +677,16 @@ <p> The command that you used for generating the release archives will also run the following command:<br/> $ <b>./build external source</b><br/> - The archive <b>tobuild.tar.xz</b> will have been created, containing bucts, flashrom and all other required + The archive <b>tobuild.tar.xz</b> will have been created under <b>release/</b>, containing bucts, flashrom and all other required resources for building them. </p> <p> - You'll find that the files libreboot_util.tar.xz and libreboot_src.tar.xz have been created. + You'll find that the files libreboot_util.tar.xz and libreboot_src.tar.xz have been created, under <b>release/</b>. + </p> + + <p> + The ROM images will be stored in separate archives for each machine, under <b>release/rom/</b>. </p> </div> |