diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:47:36 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:47:36 -0700 |
commit | 57693ca307147848a194ed42da42011e00697b2f (patch) | |
tree | 33ec664765101d6eac76b776409b0f155b5912ec /docs/bsd/netbsd.md | |
parent | 5bbc86322d74976584eea5089ebf33cde8eab6a2 (diff) | |
download | librebootfr-57693ca307147848a194ed42da42011e00697b2f.tar.gz librebootfr-57693ca307147848a194ed42da42011e00697b2f.zip |
Manual fixes
Diffstat (limited to 'docs/bsd/netbsd.md')
-rw-r--r-- | docs/bsd/netbsd.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md index e80f8ffb..28b4d2df 100644 --- a/docs/bsd/netbsd.md +++ b/docs/bsd/netbsd.md @@ -130,14 +130,13 @@ command to boot NetBSD every time, you can create a GRUB configuration that's aware of your NetBSD installation and that will automatically be used by libreboot. -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\ -}\ -** +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 + } The next time you boot, you'll see the old Grub menu for a few seconds, then you'll see the a new menu with only NetBSD on the list. After 3 |