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 fdfd99d2..93ed01e7 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. |