aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-07-02 19:48:05 +0000
committerGogs <gogitservice@gmail.com>2017-07-02 19:48:05 +0000
commit669eb00680e3c14b746f162a197737f592a50bb4 (patch)
tree87622c23d4da75d803e31e6e4e827d0542df5d8a /docs
parent7b0acb8412f4690841cfdbaabf25b03587833986 (diff)
parentd0f60563a71bb1238ccb448d2ec7aa6de046e101 (diff)
downloadlibrebootfr-669eb00680e3c14b746f162a197737f592a50bb4.tar.gz
librebootfr-669eb00680e3c14b746f162a197737f592a50bb4.zip
Merge branch 'openbsd' of mreed/libreboot into master
Diffstat (limited to 'docs')
-rw-r--r--docs/bsd/netbsd.md7
-rw-r--r--docs/bsd/openbsd.md7
2 files changed, 10 insertions, 4 deletions
diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md
index c3ed6970..323d0301 100644
--- a/docs/bsd/netbsd.md
+++ b/docs/bsd/netbsd.md
@@ -134,8 +134,11 @@ On your NetBSD root partition, create the `/grub` directory and add
the file `libreboot_grub.cfg` to it. Inside the
`libreboot_grub.cfg` add these lines:
- default=0 timeout=3 menuentry "NetBSD" {
-     knetbsd -r wd0a (ahci0,netbsd1)/netbsd
+ default=0
+ timeout=3
+
+ menuentry "NetBSD" {
+ knetbsd -r wd0a (ahci0,netbsd1)/netbsd
}
The next time you boot, you'll see the old Grub menu for a few seconds,
diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md
index ca9ac387..ce8a3f06 100644
--- a/docs/bsd/openbsd.md
+++ b/docs/bsd/openbsd.md
@@ -154,8 +154,11 @@ be used by libreboot.
On your OpenBSD root partition, create the `/grub` directory and add the file
`libreboot_grub.cfg` to it. Inside the `libreboot_grub.cfg` add these lines:
- default=0 timeout=3 menuentry "OpenBSD" {
-     kopenbsd -r sd0a (ahci0,openbsd1)/bsd
+ default=0
+ timeout=3
+
+ menuentry "OpenBSD" {
+ kopenbsd -r sd0a (ahci0,openbsd1)/bsd
}
The next time you boot, you'll see the old Grub menu for a few seconds,