diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-24 14:34:32 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-24 14:34:32 (EST) |
commit | 23269805e402ca026ddc0251ec470cced5531e73 (patch) | |
tree | 05a5bc1b4fd29ede76b331c290d84f5c6fe4673c /docs | |
parent | b2aecbaffbbec7fa023d1b4926818a14a6d1a6e3 (diff) | |
download | libreboot-23269805e402ca026ddc0251ec470cced5531e73.zip libreboot-23269805e402ca026ddc0251ec470cced5531e73.tar.gz libreboot-23269805e402ca026ddc0251ec470cced5531e73.tar.bz2 |
Documentation (grub_cbfs.html): Looping in libreboot_grub.cfg
Add notes about it if the user copied from grub.cfg in CBFS.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gnulinux/grub_cbfs.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/gnulinux/grub_cbfs.html b/docs/gnulinux/grub_cbfs.html index 1cbc886..6020db5 100644 --- a/docs/gnulinux/grub_cbfs.html +++ b/docs/gnulinux/grub_cbfs.html @@ -129,7 +129,8 @@ <a href="#extract_grubtest">#extract_grubtest</a> to get the <b><i>grubtest.cfg</i></b>. Rename <b><i>grubtest.cfg</i></b> to <b><i>libreboot_grub.cfg</i></b> and save it to <b><i>/boot/grub/</i></b> on the running system where it is intended to be used. Modify the file at that location however you see fit, - and then stop reading this guide (the rest of this page is irrelevant to you). + and then stop reading this guide (the rest of this page is irrelevant to you); <b>in libreboot_grub.cfg on disk, + if you are adapting it based on grub.cfg from CBFS then remove the check for libreboot_grub.cfg otherwise it will loop.</b>. </p> <p> |