aboutsummaryrefslogtreecommitdiff
path: root/docs/bsd
diff options
context:
space:
mode:
authorMichael Reed <top@secret>2017-07-01 20:32:02 -0400
committerMichael Reed <top@secret>2017-07-01 20:32:02 -0400
commit64e7e213458e200b318699ea02637d18db1721db (patch)
tree2e251fde9cf114bf5696573ae8d8169cde6c8501 /docs/bsd
parent7b0acb8412f4690841cfdbaabf25b03587833986 (diff)
downloadlibrebootfr-64e7e213458e200b318699ea02637d18db1721db.tar.gz
librebootfr-64e7e213458e200b318699ea02637d18db1721db.zip
Fix OpenBSD grub.conf docs
Previously, Libreboot's GRUB payload would fail to detect the OpenBSD menuentry. Now it does.
Diffstat (limited to 'docs/bsd')
-rw-r--r--docs/bsd/openbsd.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md
index ca9ac387..44cd9ef6 100644
--- a/docs/bsd/openbsd.md
+++ b/docs/bsd/openbsd.md
@@ -154,7 +154,10 @@ 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" {
+ default=0
+ timeout=3
+
+ menuentry "OpenBSD" {
     kopenbsd -r sd0a (ahci0,openbsd1)/bsd
}