diff options
Diffstat (limited to 'docs/bsd')
-rw-r--r-- | docs/bsd/freebsd.md | 4 | ||||
-rw-r--r-- | docs/bsd/netbsd.md | 4 | ||||
-rw-r--r-- | docs/bsd/openbsd.md | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/bsd/freebsd.md b/docs/bsd/freebsd.md index bf364dcb..c0eae1dd 100644 --- a/docs/bsd/freebsd.md +++ b/docs/bsd/freebsd.md @@ -64,7 +64,7 @@ how to create the bootable FreeBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg | tail Check to confirm which drive it is, for example, if you think its sd3:\ -**$ disklabel sd3** + $ disklabel sd3 Check that it wasn't automatically mounted. If it was, unmount it. For example:\ @@ -87,7 +87,7 @@ the bootable FreeBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg Check lsblk to confirm which drive it is:\ -**$ lsblk** + $ lsblk Check that it wasn't automatically mounted. If it was, unmount it. For example:\ diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md index 7d107c44..b6700641 100644 --- a/docs/bsd/netbsd.md +++ b/docs/bsd/netbsd.md @@ -60,7 +60,7 @@ to create the bootable NetBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg | tail Check to confirm which drive it is, for example, if you think its sd3:\ -**$ disklabel sd3** + $ disklabel sd3 Check that it wasn't automatically mounted. If it was, unmount it. For example:\ @@ -83,7 +83,7 @@ the bootable NetBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg Check lsblk to confirm which drive it is:\ -**$ lsblk** + $ lsblk Check that it wasn't automatically mounted. If it was, unmount it. For example:\ diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md index 93ed01e7..7cf22ac4 100644 --- a/docs/bsd/openbsd.md +++ b/docs/bsd/openbsd.md @@ -42,7 +42,7 @@ how to create the bootable LibertyBSD/OpenBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg | tail Check to confirm which drive it is, for example, if you think its sd3:\ -**$ disklabel sd3** + $ disklabel sd3 Check that it wasn't automatically mounted. If it was, unmount it. For example:\ @@ -82,7 +82,7 @@ the bootable OpenBSD USB drive: Connect the USB drive. Check dmesg:\ $ dmesg Check lsblk to confirm which drive it is:\ -**$ lsblk** + $ lsblk Check that it wasn't automatically mounted. If it was, unmount it. For example:\ |