summaryrefslogtreecommitdiffstats
path: root/docs/src/gnulinux/grub_config.texi
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-02-21 01:42:56 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-02-21 01:42:56 (EST)
commit131c5f4ca35db3ca96f1b2fc503af7e57cbe7263 (patch)
tree2e3cdb0396445886a8258b2934095aac51052445 /docs/src/gnulinux/grub_config.texi
parentaec9b977b3ea17cdcc0638e418e58b5033abff9b (diff)
downloadlibreboot-131c5f4ca35db3ca96f1b2fc503af7e57cbe7263.zip
libreboot-131c5f4ca35db3ca96f1b2fc503af7e57cbe7263.tar.gz
libreboot-131c5f4ca35db3ca96f1b2fc503af7e57cbe7263.tar.bz2
grub docs: recommend coreboot_grub.cfg instead
Diffstat (limited to 'docs/src/gnulinux/grub_config.texi')
-rw-r--r--docs/src/gnulinux/grub_config.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/gnulinux/grub_config.texi b/docs/src/gnulinux/grub_config.texi
index e0c8520..5333ac4 100644
--- a/docs/src/gnulinux/grub_config.texi
+++ b/docs/src/gnulinux/grub_config.texi
@@ -54,7 +54,7 @@ These are some common examples of ways in which the grubtest.cfg file can be mod
@anchor{#obvious-option-dont-even-modify-the-built-in-grub.cfg}
Use the menuentry that says something like @emph{Search for GRUB outside CBFS}. Assuming that you have a grub.cfg file at /boot/grub/ in your installed distro, this will generate a new menuentry in the GRUB menu. Use that to boot.
-Then do this as root:@* $ @strong{cd /boot/grub/}@* $ @strong{ln -s grub.cfg libreboot_grub.cfg}
+Then do this as root:@* $ @strong{cd /boot/grub/}@* $ @strong{ln -s grub.cfg coreboot_grub.cfg}
After that, your system should then boot automatically.