diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:27:51 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:27:51 -0700 |
commit | 144f4cd0a4db1783be9f81d9ba7cef5a5c86ccdc (patch) | |
tree | 2baa5e489a52d4442360d305c4aa0cbe530e4d08 /docs/gnulinux/encrypted_parabola.md | |
parent | 224a941f4c7d56295a8ec10bf5e655971b1deb66 (diff) | |
download | librebootfr-144f4cd0a4db1783be9f81d9ba7cef5a5c86ccdc.tar.gz librebootfr-144f4cd0a4db1783be9f81d9ba7cef5a5c86ccdc.zip |
Missing bottoms
Diffstat (limited to 'docs/gnulinux/encrypted_parabola.md')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index f8b97fe8..37b36177 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -544,9 +544,11 @@ You can check if everything is in there (*grub.cfg* and *grubtest.cfg* would be really nice): $ ./cbfstool libreboot.rom print + Extract grubtest.cfg: $ ./cbfstool libreboot.rom extract -n grubtest.cfg -f grubtest.cfg\ + And modify: $ vi grubtest.cfg @@ -580,6 +582,7 @@ Save your changes in grubtest.cfg, then delete the unmodified config from the ROM image: $ ./cbfstool libreboot.rom remove -n grubtest.cfg + and insert the modified grubtest.cfg:\ \$ **./cbfstool libreboot.rom add -n grubtest.cfg -f grubtest.cfg -t raw**\ @@ -625,6 +628,7 @@ grub.cfg**\ Delete the grub.cfg that remained inside the ROM: $ ./cbfstool libreboot.rom remove -n grub.cfg + Add the modified version that you just made: $ ./cbfstool libreboot.rom add -n grub.cfg -f grub.cfg -t raw |