diff options
author | koreymacdougall <korey@koreymacdougall.com> | 2018-09-04 13:04:03 -0400 |
---|---|---|
committer | koreymacdougall <korey@koreymacdougall.com> | 2018-09-04 13:04:03 -0400 |
commit | 46647ee18ccf019e0f58a5501ba613490742d242 (patch) | |
tree | ebe001a6b28b67fced1dc56f0f0bcf462bc24ded /docs | |
parent | 1dce9f4758c93938fdb91a8d1af7d76b03c5a422 (diff) | |
download | librebootfr-46647ee18ccf019e0f58a5501ba613490742d242.tar.gz librebootfr-46647ee18ccf019e0f58a5501ba613490742d242.zip |
Fix filename of libreboot_grub.cfg in grubtest.cfg section
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gnulinux/grub_cbfs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/grub_cbfs.md b/docs/gnulinux/grub_cbfs.md index 4879d9cf..2e68cb0b 100644 --- a/docs/gnulinux/grub_cbfs.md +++ b/docs/gnulinux/grub_cbfs.md @@ -241,7 +241,7 @@ the main storage for **/boot/grub/libreboot\_grub.cfg** or **/grub/libreboot\_gr Therefore, we need to either copy **libreboot\_grub.cfg** to **/grub**, or to **/boot/grub**: - $ sudo cp ~/Downloads/libreboot_util/cbfstool/x86_64/grubtest.cfg /boot/grub # or /grub + $ sudo cp ~/Downloads/libreboot_util/cbfstool/x86_64/libreboot_grub.cfg /boot/grub # or /grub Now, the next time we boot our computer, GRUB (in Libreboot) will automatically switch to this configuration file. *This means that you do not have to re-flash, |