index.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. <a href="../index.html">Back to previous index</a>.
  20. </p>
  21. <ul>
  22. <li><a href="grub_boot_installer.html">How to install GNU/Linux on a libreboot system</a></li>
  23. <li>
  24. <a href="grub_cbfs.html">How to replace the default GRUB configuration file on a libreboot system</a>
  25. <ul>
  26. <li><a href="grub_config.html">Writing a GRUB configuration file</a></li>
  27. </ul>
  28. </li>
  29. <li>
  30. <a href="encrypted_parabola.html">Installing Parabola GNU/Linux-libre with full disk encryption (including /boot)</a>
  31. <ul>
  32. <li>Follow-up tutorial: <a href="configuring_parabola.html">Configuring Parabola (post-install)</a></li>
  33. </ul>
  34. </li>
  35. <li><a href="encrypted_trisquel.html">Installing Trisquel GNU/Linux-libre with full disk encryption (including /boot)</a></li>
  36. </ul>
  37. </div>
  38. <div class="section">
  39. <p>
  40. Copyright &copy; 2014, 2015 Francis Rowe &lt;info@gluglug.org.uk&gt;<br/>
  41. This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions.
  42. A copy of the license can be found at <a href="../cc-by-sa-4.txt">../cc-by-sa-4.txt</a>.
  43. </p>
  44. <p>
  45. This document is distributed in the hope that it will be useful,
  46. but WITHOUT ANY WARRANTY; without even the implied warranty of
  47. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="../cc-by-sa-4.txt">../cc-by-sa-4.txt</a> for more information.
  48. </p>
  49. </div>
  50. </body>
  51. </html>