diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 20:14:27 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 23:20:27 (EST) |
commit | b840755acc24f5cebe561d5ecb3380e157de1583 (patch) | |
tree | 52869222b2994e151768efc9bb9fd75c3156e0e0 /docs/grub | |
parent | 2080a1ffcf025f0cbb27f6c00f7165adfe7ec248 (diff) | |
download | libreboot-b840755acc24f5cebe561d5ecb3380e157de1583.zip libreboot-b840755acc24f5cebe561d5ecb3380e157de1583.tar.gz libreboot-b840755acc24f5cebe561d5ecb3380e157de1583.tar.bz2 |
Move all build scripts into a single generic script, with helpers
All build scripts were moved to resources/scripts/helpers/
Diffstat (limited to 'docs/grub')
-rw-r--r-- | docs/grub/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/grub/index.html b/docs/grub/index.html index e37d7d7..e9e2c35 100644 --- a/docs/grub/index.html +++ b/docs/grub/index.html @@ -50,7 +50,7 @@ <p>This is a free font that is also contained in GNU/Linux distributions like Trisquel or Parabola.</p> <p><b>$ cd libreboot_src/grub</b><br/> - compile grub ('build' script has the info on how to do this)<br/> + compile grub (the build scripts info on how to do this)<br/> come back out into libreboot_src/resources/grub:<br/> <b>$ cd ../libreboot_src/resources/grub/font</b></p> @@ -95,7 +95,7 @@ </p> <p> - The scripts <b>build</b> and <b>buildrom-withgrub</b> will automatically see this, and automatically build + The build scripts will automatically see this, and automatically build ROM images with your custom layout (given the name) and include them under bin. Example: <b>libreboot_frazerty.rom</b>. </p> |