diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-03 23:28:03 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-03 23:28:03 (EST) |
commit | 23d2d8da1c9796dad279b91e4213ac4429920b76 (patch) | |
tree | 28921731b729d26f20e616517f1f0fe84062e364 | |
parent | ab4a2de1ed2754d6815407311cd1d6e2b2a17891 (diff) | |
download | libreboot-23d2d8da1c9796dad279b91e4213ac4429920b76.zip libreboot-23d2d8da1c9796dad279b91e4213ac4429920b76.tar.gz libreboot-23d2d8da1c9796dad279b91e4213ac4429920b76.tar.bz2 |
docs: grub_cbfs.html Small fix
-rw-r--r-- | docs/howtos/grub_cbfs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howtos/grub_cbfs.html b/docs/howtos/grub_cbfs.html index 29c2301..503776a 100644 --- a/docs/howtos/grub_cbfs.html +++ b/docs/howtos/grub_cbfs.html @@ -29,7 +29,7 @@ Libreboot uses the GRUB <a href="http://www.coreboot.org/Payloads#GRUB_2">payload</a> by default, which means that the GRUB configuration file (where your GRUB menu comes from) is stored directly alongside libreboot - and it's GRUB payload executable, executed by libreboot inside + and it's GRUB payload executable, inside the flash chip. In context, this means that installing distributions and managing them is handled slightly differently compared to traditional BIOS systems. </p> |