diff options
author | Michael Reed <top@secret> | 2017-07-01 20:32:02 -0400 |
---|---|---|
committer | Michael Reed <top@secret> | 2017-07-01 20:32:02 -0400 |
commit | 64e7e213458e200b318699ea02637d18db1721db (patch) | |
tree | 2e251fde9cf114bf5696573ae8d8169cde6c8501 /docs/bsd | |
parent | 7b0acb8412f4690841cfdbaabf25b03587833986 (diff) | |
download | librebootfr-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.md | 5 |
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 } |