aboutsummaryrefslogtreecommitdiff
path: root/docs/bsd/netbsd.md
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:05:29 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:05:29 -0700
commitc2b25f1e127ff810e4565d553aafc28b7c44d1a2 (patch)
treee31f916e6264d3847752290cddcbde0af8a968a5 /docs/bsd/netbsd.md
parent29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed (diff)
downloadlibrebootfr-c2b25f1e127ff810e4565d553aafc28b7c44d1a2.tar.gz
librebootfr-c2b25f1e127ff810e4565d553aafc28b7c44d1a2.zip
Unbork some things
Diffstat (limited to 'docs/bsd/netbsd.md')
-rw-r--r--docs/bsd/netbsd.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md
index 92204878..7d107c44 100644
--- a/docs/bsd/netbsd.md
+++ b/docs/bsd/netbsd.md
@@ -88,12 +88,12 @@ Check lsblk to confirm which drive it is:\
Check that it wasn't automatically mounted. If it was, unmount it. For
example:\
$ sudo umount /dev/sdX*
-**\# umount /dev/sdX***
+**# umount /dev/sdX***
dmesg told you what device it is. Overwrite the drive, writing your
distro ISO to it with dd. For example:\
$ sudo dd if=install60.fs of=/dev/sdX bs=8M; sync
-**\# dd if=netbsd.iso of=/dev/sdX bs=8M; sync**
+**# dd if=netbsd.iso of=/dev/sdX bs=8M; sync**
You should now be able to boot the installer from your USB drive.
Continue reading, for information about how to do that.