diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:32:34 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:32:34 -0700 |
commit | 26c4759b17383087f7eba9f765dc63327d905a02 (patch) | |
tree | 031c0024b35c735a9461b1456fda5d125e7fe901 /docs/bsd | |
parent | d35062f125dbd44dfa1613b4e5aab34ad6bca2fc (diff) | |
download | librebootfr-26c4759b17383087f7eba9f765dc63327d905a02.tar.gz librebootfr-26c4759b17383087f7eba9f765dc63327d905a02.zip |
Global grub prompt fixes
Diffstat (limited to 'docs/bsd')
-rw-r--r-- | docs/bsd/freebsd.md | 4 | ||||
-rw-r--r-- | docs/bsd/netbsd.md | 6 | ||||
-rw-r--r-- | docs/bsd/openbsd.md | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/docs/bsd/freebsd.md b/docs/bsd/freebsd.md index f1e34619..4da37192 100644 --- a/docs/bsd/freebsd.md +++ b/docs/bsd/freebsd.md @@ -120,8 +120,8 @@ Installing FreeBSD without full disk encryption Press C in GRUB to access the command line: grub> kfreebsd (usb0,gpt3)/boot/kernel/kernel -grub> **set FreeBSD.vfs.mountfrom=ufs:/dev/da1p3**\ -grub> **boot** + grub> set FreeBSD.vfs.mountfrom=ufs:/dev/da1p3\ + grub> boot It will start booting into the FreeBSD installer. Follow the normal process for installing FreeBSD. diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md index d3c44f46..cccd5263 100644 --- a/docs/bsd/netbsd.md +++ b/docs/bsd/netbsd.md @@ -117,7 +117,7 @@ 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> **boot** + grub> boot It will start booting into the NetBSD installer. Follow the normal process for installing NetBSD. @@ -140,8 +140,8 @@ Booting Press C in GRUB to access the command line: -grub> **knetbsd -r wd0a (ahci0,netbsd1)/netbsd**\ -grub> **boot** + grub> knetbsd -r wd0a (ahci0,netbsd1)/netbsd + grub> boot NetBSD will start booting. Yay! diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md index 7169e86d..908e9a38 100644 --- a/docs/bsd/openbsd.md +++ b/docs/bsd/openbsd.md @@ -115,7 +115,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> **boot** + grub> boot It will start booting into the OpenBSD installer. Follow the normal process for installing OpenBSD. @@ -161,8 +161,8 @@ Booting Press C in GRUB to access the command line: -grub> **kopenbsd -r sd0a (ahci0,openbsd1)/bsd**\ -grub> **boot** + grub> kopenbsd -r sd0a (ahci0,openbsd1)/bsd + grub> boot OpenBSD will start booting. Yay! |