index.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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>List of recommended GNU/Linux distributions for libreboot</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">List of recommended GNU/Linux distributions for libreboot</h1>
  14. <p>
  15. Any distribution should work, so long as it uses kernel mode setting for graphics.
  16. We recommend using distributions that are entirely free software; most distros
  17. out there have proprietary software in them, but the ones that we recommend
  18. do not have proprietary software by default.
  19. </p>
  20. <p>
  21. Note: we are not the Free Software Foundation. The recommendations here
  22. consist of both FSF-endorsed and non-FSF-endorsed distros.
  23. </p>
  24. <p>
  25. <a href="../gnulinux/grub_boot_installer.html">How to install GNU/Linux on a libreboot system</a>
  26. </p>
  27. <p>
  28. <a href="../">Back to main index</a>
  29. </p>
  30. </div>
  31. <div class="section">
  32. <h2>Debian GNU/Linux</h2>
  33. <p>
  34. Most of the developers use it (Leah Rowe always uses testing
  35. releases of Debian). We recommend Debian stable releases for
  36. most users. If you want to do development, e.g. libreboot
  37. development, then you should use the testing release of Debian.
  38. </p>
  39. <p>
  40. Debian by default comes without non-free software in the default
  41. installation or repos. There is a non-free repo that's not added
  42. by default. Just avoid adding this, and you should have a fully
  43. free system.
  44. </p>
  45. <p>
  46. <a href="https://www.debian.org/">Visit the Debian website</a>
  47. </p>
  48. <h2>Parabola GNU/Linux</h2>
  49. <p>
  50. Fully free bleeding edge distribution, based on <em>Arch Linux</em>.
  51. Good for saavy users and developers in general (some libreboot developers
  52. use this).
  53. </p>
  54. <p>
  55. Arch users, refer to the <a href="https://wiki.parabola.nu/Migration_from_the_GNU/Linux_distribution_of_Arch">Parabola migration guide</a>.
  56. </p>
  57. <p>
  58. <a href="https://www.parabola.nu/">Visit the Parabola website</a>
  59. </p>
  60. <p><a href="#pagetop">Back to top of page</a></p>
  61. </div>
  62. <div class="section">
  63. <p>
  64. Copyright &copy; 2016 Leah Rowe &lt;info@minifree.org&gt;<br/>
  65. Permission is granted to copy, distribute and/or modify this document
  66. under the terms of the Creative Commons Attribution-ShareAlike 4.0 International license
  67. or any later version published by Creative Commons;
  68. A copy of the license can be found at <a href="../cc-by-sa-4.0.txt">../cc-by-sa-4.0.txt</a>
  69. </p>
  70. <p>
  71. Updated versions of the license (when available) can be found at
  72. <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">https://creativecommons.org/licenses/by-sa/4.0/legalcode</a>
  73. </p>
  74. <p>
  75. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  76. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  77. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  78. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  79. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  80. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  81. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  82. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  83. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  84. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  85. </p>
  86. <p>
  87. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  88. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  89. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  90. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  91. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  92. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  93. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  94. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  95. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  96. </p>
  97. <p>
  98. The disclaimer of warranties and limitation of liability provided
  99. above shall be interpreted in a manner that, to the extent
  100. possible, most closely approximates an absolute disclaimer and
  101. waiver of all liability.
  102. </p>
  103. </div>
  104. </body>
  105. </html>