aboutsummaryrefslogtreecommitdiff
path: root/docs/bsd
diff options
context:
space:
mode:
authorMichael Reed <top@secret>2017-07-01 20:34:20 -0400
committerMichael Reed <top@secret>2017-07-01 20:34:20 -0400
commit1d527626326b69d0d2bf078687fe924f10d126a5 (patch)
treebeb4a32b3d725baa1a15c9af03ee862755ac27c4 /docs/bsd
parent64e7e213458e200b318699ea02637d18db1721db (diff)
downloadlibrebootfr-1d527626326b69d0d2bf078687fe924f10d126a5.tar.gz
librebootfr-1d527626326b69d0d2bf078687fe924f10d126a5.zip
Fix OpenBSD grub.conf formatting
There were some weird special characters which messed things up. Replacing them with spaces fixes the problem.
Diffstat (limited to 'docs/bsd')
-rw-r--r--docs/bsd/openbsd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md
index 44cd9ef6..ce8a3f06 100644
--- a/docs/bsd/openbsd.md
+++ b/docs/bsd/openbsd.md
@@ -158,7 +158,7 @@ On your OpenBSD root partition, create the `/grub` directory and add the file
timeout=3
menuentry "OpenBSD" {
-     kopenbsd -r sd0a (ahci0,openbsd1)/bsd
+ kopenbsd -r sd0a (ahci0,openbsd1)/bsd
}
The next time you boot, you'll see the old Grub menu for a few seconds,