summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-09-02 19:59:50 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-09-02 20:15:43 (EDT)
commitd1b4fd5475e06cb7743b4b26840cd0f3cb654a69 (patch)
treea46d24dfd0cb4b534b341591b511c49515e66c0b
parent26ce6880a1c38ef208b907f70d95a7282c3cac7d (diff)
downloadlibreboot-d1b4fd5475e06cb7743b4b26840cd0f3cb654a69.zip
libreboot-d1b4fd5475e06cb7743b4b26840cd0f3cb654a69.tar.gz
libreboot-d1b4fd5475e06cb7743b4b26840cd0f3cb654a69.tar.bz2
docs/gnulinux/encrypted_parabola.html: Fix HTML error
-rw-r--r--docs/gnulinux/encrypted_parabola.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html
index fede114..ff04370 100644
--- a/docs/gnulinux/encrypted_parabola.html
+++ b/docs/gnulinux/encrypted_parabola.html
@@ -623,7 +623,7 @@ password_pbkdf2 root grub.pbkdf2.sha512.10000.711F186347156BC105CD83A2ED7AF1EB97
and, inside it, all instances of grub.cfg to grubtest.cfg. This is so that the main config still links (in the menu) to grubtest.cfg, so that you don't have to manually switch to it, in case you ever
want to follow this guide again in the future (modifying the already modified config).
Inside libreboot_util/cbfstool/{armv7l i686 x86_64}, we can do this with the following command:<br/>
- $ <b>sed -e 's:(cbfsdisk)/grub.cfg:(cbfsdisk)/grubtest.cfg:g' -e 's:Switch to grub.cfg:Switch to grubtest.cfg:g' < grubtest.cfg > grub.cfg</b><br/>
+ $ <b>sed -e 's:(cbfsdisk)/grub.cfg:(cbfsdisk)/grubtest.cfg:g' -e 's:Switch to grub.cfg:Switch to grubtest.cfg:g' &lt; grubtest.cfg &gt; grub.cfg</b><br/>
Delete the grub.cfg that remained inside the ROM:<br/>
$ <b>./cbfstool libreboot.rom remove -n grub.cfg</b><br/>
Add the modified version that you just made:<br/>