diff options
author | Swift Geek <swiftgeek@gmail.com> | 2018-09-04 17:13:15 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-09-04 17:13:15 +0000 |
commit | cb6315a28b51c5e7a440019916e2b5d581583ace (patch) | |
tree | ebe001a6b28b67fced1dc56f0f0bcf462bc24ded | |
parent | 1dce9f4758c93938fdb91a8d1af7d76b03c5a422 (diff) | |
parent | 46647ee18ccf019e0f58a5501ba613490742d242 (diff) | |
download | librebootfr-cb6315a28b51c5e7a440019916e2b5d581583ace.tar.gz librebootfr-cb6315a28b51c5e7a440019916e2b5d581583ace.zip |
Merge branch 'docs/install_grubtest.cfg_typo' of kmac/libreboot into master
-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, |