diff options
author | mois <mois@mail36.net> | 2018-05-21 15:29:33 +0000 |
---|---|---|
committer | mois <mois@mail36.net> | 2018-05-21 15:29:33 +0000 |
commit | ff2b796271828a8e6271693e199f6d8fc7103458 (patch) | |
tree | ef52134b12a4619213ed1e05665933cbb33cf806 | |
parent | 530631b6f546e5cdb176edb96e71df494a1fe71e (diff) | |
download | librebootfr-ff2b796271828a8e6271693e199f6d8fc7103458.tar.gz librebootfr-ff2b796271828a8e6271693e199f6d8fc7103458.zip |
Update 'docs/gnulinux/grub_cbfs.md'
corrected link in command
-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 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. |