diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 14:34:25 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 14:41:04 (EDT) |
commit | d0e61be244c417bdbd89a8c71d80c9194e14ed73 (patch) | |
tree | 64a1d7ff67fa4d8fbfb6be97b996311e406eb3ad /docs/git/index.html | |
parent | cfcd51979895909825b89ce09e2434e80691bfb0 (diff) | |
download | libreboot-d0e61be244c417bdbd89a8c71d80c9194e14ed73.zip libreboot-d0e61be244c417bdbd89a8c71d80c9194e14ed73.tar.gz libreboot-d0e61be244c417bdbd89a8c71d80c9194e14ed73.tar.bz2 |
build/roms/withgrub: Put ROM images in bin/grub/, not bin/
Diffstat (limited to 'docs/git/index.html')
-rw-r--r-- | docs/git/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index 620af0c..447a364 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -818,7 +818,9 @@ </p> <p> - The ROM images will be stored under <b>bin/</b>. + The ROM images will be stored under <b>bin/<i>payload</i>/</b>, + where <i>payload</i> could be <i>grub</i>, <i>seabios</i>, or + whatever other payload those images were built for. </p> <div class="subsection"> |