diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:30:23 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:30:23 -0700 |
commit | d35062f125dbd44dfa1613b4e5aab34ad6bca2fc (patch) | |
tree | bf3f92f3bef1fe5913be33eff2593cfed0f51bea /docs/bsd | |
parent | 6caf836e3390faefaad8257b9cec2eb97bdbfb41 (diff) | |
download | librebootfr-d35062f125dbd44dfa1613b4e5aab34ad6bca2fc.tar.gz librebootfr-d35062f125dbd44dfa1613b4e5aab34ad6bca2fc.zip |
Unbork grub lines
Diffstat (limited to 'docs/bsd')
-rw-r--r-- | docs/bsd/freebsd.md | 2 | ||||
-rw-r--r-- | docs/bsd/netbsd.md | 2 | ||||
-rw-r--r-- | docs/bsd/openbsd.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/bsd/freebsd.md b/docs/bsd/freebsd.md index 50923d26..f1e34619 100644 --- a/docs/bsd/freebsd.md +++ b/docs/bsd/freebsd.md @@ -119,7 +119,7 @@ Installing FreeBSD without full disk encryption Press C in GRUB to access the command line: -grub> **kfreebsd (usb0,gpt3)/boot/kernel/kernel**\ + grub> kfreebsd (usb0,gpt3)/boot/kernel/kernel grub> **set FreeBSD.vfs.mountfrom=ufs:/dev/da1p3**\ grub> **boot** diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md index f632eec5..d3c44f46 100644 --- a/docs/bsd/netbsd.md +++ b/docs/bsd/netbsd.md @@ -116,7 +116,7 @@ Installing NetBSD without full disk encryption You might have to use an external USB keyboard during the installation. Press C to access the GRUB terminal. -grub> **knetbsd -r sd0a (usb0,netbsd1)/netbsd**\ + grub> knetbsd -r sd0a (usb0,netbsd1)/netbsd grub> **boot** It will start booting into the NetBSD installer. Follow the normal diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md index 461a38d6..7169e86d 100644 --- a/docs/bsd/openbsd.md +++ b/docs/bsd/openbsd.md @@ -114,7 +114,7 @@ Installing OpenBSD without full disk encryption Press C in GRUB to access the command line: -grub> **kopenbsd (usb0,openbsd1)/6.0/amd64/bsd.rd**\ + grub> kopenbsd (usb0,openbsd1)/6.0/amd64/bsd.rd grub> **boot** It will start booting into the OpenBSD installer. Follow the normal |