aboutsummaryrefslogtreecommitdiff
path: root/docs/bsd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bsd')
-rw-r--r--docs/bsd/netbsd.md7
1 files changed, 5 insertions, 2 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,