summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-09-18 16:14:11 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-09-18 16:14:11 (EDT)
commit919af0e6b7cbff2171d370a0b830f2b9d740410b (patch)
treea1c2e8bb79e40ba000d1fcaf8c13206b14d61ceb
parentaa71ba7132e07afbe934cedcfdf5e5aeff504fab (diff)
downloadlibreboot-919af0e6b7cbff2171d370a0b830f2b9d740410b.zip
libreboot-919af0e6b7cbff2171d370a0b830f2b9d740410b.tar.gz
libreboot-919af0e6b7cbff2171d370a0b830f2b9d740410b.tar.bz2
docs/grub/index.html: notes about changing background
-rw-r--r--docs/grub/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/grub/index.html b/docs/grub/index.html
index bed6dcc..8397927 100644
--- a/docs/grub/index.html
+++ b/docs/grub/index.html
@@ -22,6 +22,7 @@
Or <a href="../index.html">Back to main index</a>.
</p>
<ul>
+ <li><a href="#grub_background">Changing the background image in GRUB</a></li>
<li><a href="#grub_font">Setting font in GRUB</a></li>
<li><a href="#grub_keyboard">GRUB keyboard layouts</a>
<ul>
@@ -34,6 +35,23 @@
<div class="section">
+ <h1 id="grub_background">Changing the background image in GRUB</h1>
+
+ <p>
+ Use cbfstool from libreboot_util, or libreboot_src/coreboot/util/cbfstool/ if you want to build from source.
+ </p>
+ <p>
+ ./cbfstool yourrom.rom remove background.png -n background.png<br/>
+ ./cbfstool yourrom.rom add -f background.png -n background.png -t raw
+ </p>
+ <p>
+ When you've done this, re-flash your ROM and you should have a new background at boot time.
+ </p>
+
+ </div>
+
+ <div class="section">
+
<h1 id="grub_font">Setting font in GRUB (for reference)</h1>
<p>You don't need to do this unless you would like to change the default font yourself.