index.html 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('../css/main.css');
  8. </style>
  9. <title>GNU/Linux distributions</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">GNU/Linux distributions</h1>
  14. <p>
  15. This section relates to dealing with GNU/Linux distributions: preparing bootable USB drives,
  16. changing the default GRUB menu and so on.
  17. </p>
  18. <p>
  19. <b>This section is only for the *GRUB* payload. For depthcharge, instructions have yet to be written.</b>
  20. </p>
  21. <p>
  22. <a href="../index.html">Back to previous index</a>.
  23. </p>
  24. <ul>
  25. <li><a href="grub_boot_installer.html">How to install GNU/Linux on a libreboot system</a></li>
  26. <li><a href="grub_cbfs.html">How to replace the default GRUB configuration file on a libreboot system</a></li>
  27. <li>
  28. <a href="encrypted_parabola.html">Installing Parabola or Arch GNU/Linux-libre with full disk encryption (including /boot)</a>
  29. <ul>
  30. <li>Follow-up tutorial: <a href="configuring_parabola.html">Configuring Parabola (post-install)</a></li>
  31. </ul>
  32. </li>
  33. <li><a href="encrypted_trisquel.html">Installing Trisquel or Debian GNU/Linux-libre with full disk encryption (including /boot)</a></li>
  34. </ul>
  35. </div>
  36. <div class="section">
  37. <p>
  38. Copyright &copy; 2014, 2015 Leah Rowe &lt;info@minifree.org&gt;<br/>
  39. Permission is granted to copy, distribute and/or modify this document
  40. under the terms of the GNU Free Documentation License, Version 1.3
  41. or any later version published by the Free Software Foundation;
  42. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  43. A copy of the license can be found at <a href="../gfdl-1.3.txt">../gfdl-1.3.txt</a>
  44. </p>
  45. <p>
  46. Updated versions of the license (when available) can be found at
  47. <a href="https://www.gnu.org/licenses/licenses.html">https://www.gnu.org/licenses/licenses.html</a>
  48. </p>
  49. <p>
  50. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  51. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  52. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  53. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  54. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  55. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  56. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  57. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  58. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  59. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  60. </p>
  61. <p>
  62. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  63. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  64. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  65. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  66. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  67. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  68. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  69. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  70. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  71. </p>
  72. <p>
  73. The disclaimer of warranties and limitation of liability provided
  74. above shall be interpreted in a manner that, to the extent
  75. possible, most closely approximates an absolute disclaimer and
  76. waiver of all liability.
  77. </p>
  78. </div>
  79. </body>
  80. </html>