From d0f60563a71bb1238ccb448d2ec7aa6de046e101 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sat, 1 Jul 2017 20:37:31 -0400 Subject: Fix NetBSD's grub.conf instructions The grub.conf mentioned here has the same errors that the OpenBSD one had. --- docs/bsd/netbsd.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs') 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, -- cgit v1.2.3-70-g09d2