diff options
Diffstat (limited to 'docs/bsd/openbsd.md')
-rw-r--r-- | docs/bsd/openbsd.md | 7 |
1 files changed, 5 insertions, 2 deletions
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, |