diff options
author | Michael Reed <top@secret> | 2017-07-01 20:37:31 -0400 |
---|---|---|
committer | Michael Reed <top@secret> | 2017-07-01 20:37:31 -0400 |
commit | d0f60563a71bb1238ccb448d2ec7aa6de046e101 (patch) | |
tree | 87622c23d4da75d803e31e6e4e827d0542df5d8a /docs/bsd | |
parent | 1d527626326b69d0d2bf078687fe924f10d126a5 (diff) | |
download | librebootfr-d0f60563a71bb1238ccb448d2ec7aa6de046e101.tar.gz librebootfr-d0f60563a71bb1238ccb448d2ec7aa6de046e101.zip |
Fix NetBSD's grub.conf instructions
The grub.conf mentioned here has the same errors that the OpenBSD
one had.
Diffstat (limited to 'docs/bsd')
-rw-r--r-- | docs/bsd/netbsd.md | 7 |
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, |