diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-09-18 21:14:11 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-09-18 21:14:11 +0100 |
commit | 919af0e6b7cbff2171d370a0b830f2b9d740410b (patch) | |
tree | a1c2e8bb79e40ba000d1fcaf8c13206b14d61ceb /docs/grub | |
parent | aa71ba7132e07afbe934cedcfdf5e5aeff504fab (diff) | |
download | librebootfr-919af0e6b7cbff2171d370a0b830f2b9d740410b.tar.gz librebootfr-919af0e6b7cbff2171d370a0b830f2b9d740410b.zip |
docs/grub/index.html: notes about changing background
Diffstat (limited to 'docs/grub')
-rw-r--r-- | docs/grub/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/grub/index.html b/docs/grub/index.html index bed6dccf..83979274 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. |