From 3bfd3b7c8e65d923b789758f14e41ac5fc4605d7 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 02 Sep 2015 20:21:49 -0400 Subject: docs/gnulinux/grub_cbfs.html: Fix HTML errors --- diff --git a/docs/gnulinux/grub_cbfs.html b/docs/gnulinux/grub_cbfs.html index b0ed8f2..24b3235 100644 --- a/docs/gnulinux/grub_cbfs.html +++ b/docs/gnulinux/grub_cbfs.html @@ -50,15 +50,17 @@ @@ -159,7 +161,7 @@ Use cbfstool and flashrom. There are available in the libreboot_util release archive, or they can be compiled (see ../git/index.html#build_flashrom). Flashrom is also available from the repositories:
- # pacman -S flashrom + # pacman -S flashrom

@@ -181,8 +183,8 @@ ROM images are included pre-compiled in libreboot. You can also dump your current firmware, using flashrom:
$ sudo flashrom -p internal -r libreboot.rom
# flashrom -p internal -r libreboot.rom
- If you are told to specify the chip, add the option -c {your chip} to the command, for example:
- # flashrom -c MX25L6405 -p internal -r libreboot.rom + If you are told to specify the chip, add the option -c {your chip} to the command, for example:
+ # flashrom -c MX25L6405 -p internal -r libreboot.rom

@@ -197,7 +199,7 @@

You can check the contents of the ROM image, inside CBFS:
- $ cd .../libreboot_util/cbfstool + $ cd .../libreboot_util/cbfstool $ ./cbfstool libreboot.rom print

@@ -255,11 +257,11 @@ Now you have a modified ROM. Refer back to ../install/index.html#flashrom for information on how to flash it.
- $ cd /libreboot_util - # ./flash update libreboot.rom
+ $ cd /libreboot_util + # ./flash update libreboot.rom
Ocassionally, coreboot changes the name of a given board. If flashrom complains about a board mismatch, but you are sure that you chose the correct ROM image, then run this alternative command:
- # ./flash forceupdate libreboot.rom
- You should see "Verifying flash... VERIFIED." written at the end of the flashrom output. + # ./flash forceupdate libreboot.rom
+ You should see "Verifying flash... VERIFIED." written at the end of the flashrom output. Once you have done that, shut down and then boot up with your new test configuration.

-- cgit v0.9.1