Created
February 11, 2015 03:56
-
-
Save bobbyd3/67215b383f699ba5fcc5 to your computer and use it in GitHub Desktop.
pfsense
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://doc.pfsense.org/index.php/Writing_Disk_Images | |
# makememstickosx | |
diskutil list | |
diskutil unmountDisk /dev/diskN | |
sudo dd if=pfSense-memstick-2.2-RELEASE-amd64.img of=/dev/diskN bs=16k | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment