aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormois <mois@mail36.net>2018-05-21 15:29:33 +0000
committermois <mois@mail36.net>2018-05-21 15:29:33 +0000
commitff2b796271828a8e6271693e199f6d8fc7103458 (patch)
treeef52134b12a4619213ed1e05665933cbb33cf806
parent530631b6f546e5cdb176edb96e71df494a1fe71e (diff)
downloadlibrebootfr-ff2b796271828a8e6271693e199f6d8fc7103458.tar.gz
librebootfr-ff2b796271828a8e6271693e199f6d8fc7103458.zip
Update 'docs/gnulinux/grub_cbfs.md'
corrected link in command
-rw-r--r--docs/gnulinux/grub_cbfs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/grub_cbfs.md b/docs/gnulinux/grub_cbfs.md
index 5283b4fc..ce7acab9 100644
--- a/docs/gnulinux/grub_cbfs.md
+++ b/docs/gnulinux/grub_cbfs.md
@@ -164,7 +164,7 @@ using `flashrom`, making sure to save it in the `cbfstool` folder, inside **libr
If you are told to specify the chip, add the option `-c {your chip}` to the command, like this:
$ sudo flashrom -c MX25L6405 -p internal -r ~/Downloads/libreboot_util/\
- >cbfstool/x86_64/cbfstool/x86_64/libreboot.rom
+ >cbfstool/x86_64/libreboot.rom
Now you are ready to extract the GRUB configuration files from the ROM, and modify them the way you want.