diff options
author | Leah Woods <info@minifree.org> | 2016-05-17 20:30:23 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-17 20:30:23 (EDT) |
commit | fdfe303bb139e7720e58209cd69b2003626fafd0 (patch) | |
tree | fd58314a03bd3efad56958c73380a79bd76b3e8b | |
parent | 4be734abe49c7355093194a783b36bf07d8dc4f5 (diff) | |
download | libreboot.org-fdfe303bb139e7720e58209cd69b2003626fafd0.zip libreboot.org-fdfe303bb139e7720e58209cd69b2003626fafd0.tar.gz libreboot.org-fdfe303bb139e7720e58209cd69b2003626fafd0.tar.bz2 |
add missing html end tag to task list
-rw-r--r-- | site/download/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/download/index.php b/site/download/index.php index d2b854f..5c8f5bb 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -116,7 +116,7 @@ seabios with 0s delay (no interface) and set it to boot grub from cbfs by default. Some notes, courtesy of tpearson on IRC:<br/> <strong>create a binary file with the single byte value numeric 0 in it, then add it to CBFS as 'etc/show-boot-menu'</strong> for 0s delay.<br/> - <strong>compress grub.elf with cbfstool and have seabios load that, or grub-mkstandalone can compress the resulting GRUB image<br/> + <strong>compress grub.elf with cbfstool and have seabios load that, or grub-mkstandalone can compress the resulting GRUB image</strong><br/> <strong>Create a text file in CBFS called "bootorder", contents "/rom@img/grub2"</strong><br/> <strong>Use cbfstool to add the GRUB ELF image as a raw file with name "img/grub2"</strong> </p> |