summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-10-11 22:18:20 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-10-11 22:18:20 (EDT)
commit389f66842aacfcace901ab73f92d143f0e65f42d (patch)
treeef00b40087e6501915f4863d54ad057c4e685a27
parentfc6e5aef0cb5a214854845c651cd8677c9ddd6ec (diff)
downloadlibreboot-389f66842aacfcace901ab73f92d143f0e65f42d.zip
libreboot-389f66842aacfcace901ab73f92d143f0e65f42d.tar.gz
libreboot-389f66842aacfcace901ab73f92d143f0e65f42d.tar.bz2
docs/gnulinux/*: Add notes about the depthcharge payload
-rw-r--r--docs/gnulinux/encrypted_parabola.html5
-rw-r--r--docs/gnulinux/encrypted_trisquel.html5
-rw-r--r--docs/gnulinux/grub_boot_installer.html7
-rw-r--r--docs/gnulinux/grub_cbfs.html5
-rw-r--r--docs/gnulinux/grub_config.html5
-rw-r--r--docs/gnulinux/index.html3
6 files changed, 26 insertions, 4 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html
index 69f63ea..d920e34 100644
--- a/docs/gnulinux/encrypted_parabola.html
+++ b/docs/gnulinux/encrypted_parabola.html
@@ -15,7 +15,7 @@
<div class="section">
<h1>Installing Parabola GNU/Linux with full disk encryption (including /boot)</h1>
<p>
- Libreboot uses the GRUB <a href="http://www.coreboot.org/Payloads#GRUB_2">payload</a>
+ Libreboot on x86 uses the GRUB <a href="http://www.coreboot.org/Payloads#GRUB_2">payload</a>
by default, which means that the GRUB configuration file
(where your GRUB menu comes from) is stored directly alongside libreboot
and it's GRUB payload executable, inside
@@ -31,6 +31,9 @@
access to the system.
</p>
<p>
+ <b>This guide is *only* for the GRUB payload. If you use the depthcharge payload, ignore this section entirely.</b>
+ </p>
+ <p>
<a href="index.html">Back to previous index</a>
</p>
</div>
diff --git a/docs/gnulinux/encrypted_trisquel.html b/docs/gnulinux/encrypted_trisquel.html
index 544c19c..1b5b2e8 100644
--- a/docs/gnulinux/encrypted_trisquel.html
+++ b/docs/gnulinux/encrypted_trisquel.html
@@ -15,7 +15,7 @@
<div class="section">
<h1>Installing Trisquel GNU/Linux with full disk encryption (including /boot)</h1>
<p>
- Libreboot uses the GRUB <a href="http://www.coreboot.org/Payloads#GRUB_2">payload</a>
+ Libreboot on x86 uses the GRUB <a href="http://www.coreboot.org/Payloads#GRUB_2">payload</a>
by default, which means that the GRUB configuration file
(where your GRUB menu comes from) is stored directly alongside libreboot
and its GRUB payload executable, inside
@@ -34,6 +34,9 @@
This works in Trisquel 7, and probably Trisquel 6. Boot the 'net installer' (Install Trisquel in Text Mode).
<a href="grub_boot_installer.html">How to boot a GNU/Linux installer</a>.
</p>
+ <p>
+ <b>This guide is *only* for the GRUB payload. If you use the depthcharge payload, ignore this section entirely.</b>
+ </p>
<p><a href="index.html">Back to previous index</a></p>
</div>
diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html
index f957a38..6ba5704 100644
--- a/docs/gnulinux/grub_boot_installer.html
+++ b/docs/gnulinux/grub_boot_installer.html
@@ -32,6 +32,13 @@
</p>
</div>
+ <div class="section">
+ <p>
+ <b>This section is only for the *GRUB* payload. For depthcharge (used on ARM chromebooks in libreboot), instructions
+ have yet to be written in the libreboot documentation.</b>
+ </p>
+ </div>
+
<div id="prepare" class="section">
<h2>Prepare the USB drive (in GNU/Linux)</h2>
diff --git a/docs/gnulinux/grub_cbfs.html b/docs/gnulinux/grub_cbfs.html
index 24b3235..75b1a40 100644
--- a/docs/gnulinux/grub_cbfs.html
+++ b/docs/gnulinux/grub_cbfs.html
@@ -15,7 +15,7 @@
<div class="section">
<h1 id="pagetop">How to replace the default GRUB configuration file on a libreboot system</h1>
<p>
- Libreboot uses the GRUB <a href="http://www.coreboot.org/Payloads#GRUB_2">payload</a>
+ Libreboot on x86 uses the GRUB <a href="http://www.coreboot.org/Payloads#GRUB_2">payload</a>
by default, which means that the GRUB configuration file
(where your GRUB menu comes from) is stored directly alongside libreboot
and its GRUB payload executable, inside
@@ -39,6 +39,9 @@
<a href="http://lennartb.home.xs4all.nl/coreboot/col5.html">http://lennartb.home.xs4all.nl/coreboot/col5.html</a>.
</p>
<p>
+ <b>This guide is *only* for the GRUB payload. If you use the depthcharge payload, ignore this section entirely.</b>
+ </p>
+ <p>
<a href="index.html">Back to previous index</a>
</p>
</div>
diff --git a/docs/gnulinux/grub_config.html b/docs/gnulinux/grub_config.html
index ca38dae..9cc0d77 100644
--- a/docs/gnulinux/grub_config.html
+++ b/docs/gnulinux/grub_config.html
@@ -14,7 +14,10 @@
<body>
<div class="section">
<h1 id="pagetop">Writing a GRUB configuration file</h1>
-
+ <p>
+ This section is for those systems which use the GRUB payload.
+ <b>If your system uses the depthcharge payload, ignore this section.</b>
+ </p>
<p>
<a href="index.html">Back to index</a>
</p>
diff --git a/docs/gnulinux/index.html b/docs/gnulinux/index.html
index 6f24c80..4e4cff7 100644
--- a/docs/gnulinux/index.html
+++ b/docs/gnulinux/index.html
@@ -21,6 +21,9 @@
changing the default GRUB menu and so on.
</p>
<p>
+ <b>This section is only for the *GRUB* payload. For depthcharge, instructions have yet to be written.</b>
+ </p>
+ <p>
<a href="../index.html">Back to previous index</a>.
</p>
<ul>