summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-04-27 06:33:49 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-04-27 06:33:49 (EDT)
commitd4a21642f8ec7c6e39a61f7313382ce33cc1478d (patch)
tree0831f1ac2871b126ec76a808ceaacd49e20e20ef
parent33c4ef8f477f1b7f589e98dca53b34aaab1d308b (diff)
downloadlibreboot-d4a21642f8ec7c6e39a61f7313382ce33cc1478d.zip
libreboot-d4a21642f8ec7c6e39a61f7313382ce33cc1478d.tar.gz
libreboot-d4a21642f8ec7c6e39a61f7313382ce33cc1478d.tar.bz2
docs/gnulinux/encrypted_*.html: No password for default entry
-rw-r--r--docs/gnulinux/encrypted_parabola.html6
-rw-r--r--docs/gnulinux/encrypted_trisquel.html6
-rw-r--r--docs/tasks.html5
3 files changed, 17 insertions, 0 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html
index 6cae1d2..36796b6 100644
--- a/docs/gnulinux/encrypted_parabola.html
+++ b/docs/gnulinux/encrypted_parabola.html
@@ -521,6 +521,12 @@
<pre><b><i>set superusers=&quot;root&quot;
password_pbkdf2 root grub.pbkdf2.sha512.10000.711F186347156BC105CD83A2ED7AF1EB971AA2B1EB2640172F34B0DEFFC97E654AF48E5F0C3B7622502B76458DA494270CC0EA6504411D676E6752FD1651E749.8DD11178EB8D1F633308FD8FCC64D0B243F949B9B99CCEADE2ECA11657A757D22025986B0FA116F1D5191E0A22677674C994EDBFADE62240E9D161688266A711
</i></b></pre>
+
+ <p>
+ You can change the menuentry to say this:<br/>
+ menuentry 'Load Operating System' --unrestricted<br/>
+ This will allow booting that menuentry without a password, but not allow changing it (according to a user report).
+ </p>
<p>
Note that the above entry specifies user 'root'; this is just a username for GRUB. You don't even need to use root.
diff --git a/docs/gnulinux/encrypted_trisquel.html b/docs/gnulinux/encrypted_trisquel.html
index c24d5f1..af8de95 100644
--- a/docs/gnulinux/encrypted_trisquel.html
+++ b/docs/gnulinux/encrypted_trisquel.html
@@ -310,6 +310,12 @@
</p>
<p>
+ You can change the menuentry to say this:<br/>
+ menuentry 'Load Operating System' --unrestricted<br/>
+ This will allow booting that menuentry without a password, but not allow changing it (according to a user report).
+ </p>
+
+ <p>
After this, you will have a modified ROM with the menu entry for cryptomount, and the entry before that for the GRUB password. Flash the modified ROM
using <a href="../install/index.html#flashrom">this tutorial</a>.
</p>
diff --git a/docs/tasks.html b/docs/tasks.html
index f109078..8973ad7 100644
--- a/docs/tasks.html
+++ b/docs/tasks.html
@@ -301,6 +301,11 @@
<h3>Build system</h3>
<ul>
<li>
+ PaulePanter reported in #coreboot that cbfstool currently fails to build on 32-bit x86 hosts.
+ This patch is supposed to fix it:
+ <a href="http://review.coreboot.org/#/c/9995/">http://review.coreboot.org/#/c/9995/</a>
+ </li>
+ <li>
<b><u><i>HIGH PRIORITY!</i></u></b> All parts of libreboot that download
non-intergrated parts (coreboot/grub/memtest/bucts/flashrom) rely on only a single
repository link, which means single-point-of-failure. Make them fall back on alternative