From 1eea5f7224362dcfce377dc0c99ad8a499c3ce6b Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 17 Mar 2017 23:11:13 -0700 Subject: Ditto --- docs/bsd/freebsd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/bsd/freebsd.md') 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. -- cgit v1.2.3-70-g09d2