diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-12 03:18:20 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-12 03:18:20 +0100 |
commit | 389f66842aacfcace901ab73f92d143f0e65f42d (patch) | |
tree | ef00b40087e6501915f4863d54ad057c4e685a27 | |
parent | fc6e5aef0cb5a214854845c651cd8677c9ddd6ec (diff) | |
download | librebootfr-389f66842aacfcace901ab73f92d143f0e65f42d.tar.gz librebootfr-389f66842aacfcace901ab73f92d143f0e65f42d.zip |
docs/gnulinux/*: Add notes about the depthcharge payload
-rw-r--r-- | docs/gnulinux/encrypted_parabola.html | 5 | ||||
-rw-r--r-- | docs/gnulinux/encrypted_trisquel.html | 5 | ||||
-rw-r--r-- | docs/gnulinux/grub_boot_installer.html | 7 | ||||
-rw-r--r-- | docs/gnulinux/grub_cbfs.html | 5 | ||||
-rw-r--r-- | docs/gnulinux/grub_config.html | 5 | ||||
-rw-r--r-- | docs/gnulinux/index.html | 3 |
6 files changed, 26 insertions, 4 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html index 69f63eae..d920e34a 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 544c19c9..1b5b2e8b 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 f957a388..6ba57047 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 24b3235b..75b1a404 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 ca38dae5..9cc0d772 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 6f24c804..4e4cff76 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> |