diff options
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. |