diff options
Diffstat (limited to 'docs/bsd/openbsd.md')
-rw-r--r-- | docs/bsd/openbsd.md | 4 |
1 files changed, 2 insertions, 2 deletions
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:\ |