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 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. |