freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
612 stars 188 forks source link

"12: Event not found" error when running copy-to-emmc.sh #60

Closed smithwinston closed 10 years ago

smithwinston commented 10 years ago

When running copy-to-emmc.sh, the error 12: Event not found appears when trying to create the msdosfs partition. The issue is the !12 in the command line; the shell is interpreting the !12 as invoke command 12 from history. The solution is to escape the ! exclamation point:

gpart add -a 63 -b 63 -s 2m -t '\!12' mmcsd1
kientzle commented 10 years ago

Fixed in 5348bcc