aboutsummaryrefslogtreecommitdiff
path: root/docs/bsd
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:11:13 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:11:13 -0700
commit1eea5f7224362dcfce377dc0c99ad8a499c3ce6b (patch)
treed03f83019b8b25c0814a1c20cb40074015c21e90 /docs/bsd
parenta58b3668c05f3f6dc80e394f31183a8ae125b426 (diff)
downloadlibrebootfr-1eea5f7224362dcfce377dc0c99ad8a499c3ce6b.tar.gz
librebootfr-1eea5f7224362dcfce377dc0c99ad8a499c3ce6b.zip
Ditto
Diffstat (limited to 'docs/bsd')
-rw-r--r--docs/bsd/freebsd.md4
-rw-r--r--docs/bsd/netbsd.md4
-rw-r--r--docs/bsd/openbsd.md4
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/bsd/freebsd.md b/docs/bsd/freebsd.md
index c0eae1dd..f57144f9 100644
--- a/docs/bsd/freebsd.md
+++ b/docs/bsd/freebsd.md
@@ -92,12 +92,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=freebsd.img of=/dev/sdX bs=8M; sync
-**# dd if=freebsd.img of=/dev/sdX bs=8M; sync**
+ # dd if=freebsd.img 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.
diff --git a/docs/bsd/netbsd.md b/docs/bsd/netbsd.md
index b6700641..4f6385b9 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.
diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md
index 7cf22ac4..8dffa3d6 100644
--- a/docs/bsd/openbsd.md
+++ b/docs/bsd/openbsd.md
@@ -87,12 +87,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=install60.fs of=/dev/sdX bs=8M; sync**
+ # dd if=install60.fs 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.