summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-04-05 16:44:22 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2016-04-05 16:44:22 (EDT)
commit55a929936528b6283211999d1ac5a408974d3e26 (patch)
tree3702a1c235a402c8508ddc358959e39a14065432
parent56aa40ff21e34f7184d46d6709d3e7b46a23c68f (diff)
downloadlibreboot.org-55a929936528b6283211999d1ac5a408974d3e26.zip
libreboot.org-55a929936528b6283211999d1ac5a408974d3e26.tar.gz
libreboot.org-55a929936528b6283211999d1ac5a408974d3e26.tar.bz2
FAQ BSD
-rw-r--r--site/faq/index.php26
1 files changed, 18 insertions, 8 deletions
diff --git a/site/faq/index.php b/site/faq/index.php
index 47c2898..01dfcb1 100644
--- a/site/faq/index.php
+++ b/site/faq/index.php
@@ -1033,17 +1033,27 @@
<h2 id="bsd">Can I use BSD? <span class="r"><a href="#bsd">#bsd</a></span></h2>
<p>
- BSD systems require a full Video BIOS, which libreboot lacks (there is a free replacement
- on all current systems, but it lacks certain features that GNU/Linux doesn't require).
- Translation: X11 won't work in BSD.
- </p>
- <p>
- It may be possible to get a serial console, but beyond that, BSD is useless on libreboot systems.
- </p>
- <p>
For the most part, BSD systems remain untested in libreboot.
BSD systems <a href="https://www.gnu.org/distros/common-distros.html">contain blobs</a>, so do beware.
</p>
+ <p>
+ Anecdotal reports indicate that NetBSD should be compatible,
+ as should OpenBSD 5.9 or higher (libertyBSD might also work).
+ It is unknown whether other BSD distributions are compatible
+ with libreboot at this time.
+ </p>
+ <p>
+ The BSD community in general is quite hostile towards the
+ GNU project, and being permissively licensed (they believe
+ that companies should be able to sell proprietary forks),
+ it is less than ideal philosophically, from the libreboot
+ project's point of view.
+ </p>
+ <p>
+ Libreboot will not officially document how to install or
+ boot BSD on a libreboot system. You must consult with your
+ BSD distribution provider, for more information.
+ </p>
<p>
<a href="#pagetop">Back to top of page</a>
</p>