diff options
author | Leah Rowe <info@minifree.org> | 2016-10-14 15:01:43 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-10-14 15:02:40 +0100 |
commit | cad9552bb84e4ee55018da14563775a5b3c6a0c9 (patch) | |
tree | 576718173d5413edda9bcfefbee41b6332afcf3e /docs/bsd | |
parent | 41a1c54db2eaf6c7981fad4a1c34716b5781f46a (diff) | |
download | librebootfr-cad9552bb84e4ee55018da14563775a5b3c6a0c9.tar.gz librebootfr-cad9552bb84e4ee55018da14563775a5b3c6a0c9.zip |
docs: mention Devuan equally, alongside Debian
Diffstat (limited to 'docs/bsd')
-rw-r--r-- | docs/bsd/index.html | 2 | ||||
-rw-r--r-- | docs/bsd/openbsd.html | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/bsd/index.html b/docs/bsd/index.html index d1cf314f..1be1faa7 100644 --- a/docs/bsd/index.html +++ b/docs/bsd/index.html @@ -27,7 +27,9 @@ <a href="../index.html">Back to previous index</a>. </p> <ul> + <li><a href="netbsd.html">How to install NetBSD on a libreboot system</a></li> <li><a href="openbsd.html">How to install LibertyBSD or OpenBSD on a libreboot system</a></li> + <li><a href="freebsd.html">How to install FreeBSD on a libreboot system</a></li> </ul> </div> diff --git a/docs/bsd/openbsd.html b/docs/bsd/openbsd.html index 5c720b83..80d776cf 100644 --- a/docs/bsd/openbsd.html +++ b/docs/bsd/openbsd.html @@ -136,7 +136,8 @@ Press C in GRUB to access the command line: </p> <p> - grub> <b>kopenbsd (usb0,openbsd1)/6.0/amd64/bsd.rd</b> + grub> <b>kopenbsd (usb0,openbsd1)/6.0/amd64/bsd.rd</b><br/> + grub> <b>boot</b> </p> <p> It will start booting into the OpenBSD installer. Follow the normal process for installing OpenBSD. |