Skip to content

Commit

Permalink
Escape exclamation point, as per Issue #60
Browse files Browse the repository at this point in the history
  • Loading branch information
kientzle committed May 3, 2014
1 parent 333accc commit 5348bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/BeagleBone/overlay/root/copy-to-emmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dd if=/dev/zero of=/dev/mmcsd1 bs=64k count=1
echo
echo 'Creating MSDOS FAT12 boot partition on eMMC'
gpart create -s mbr mmcsd1
gpart add -a 63 -b 63 -s 2m -t '!12' mmcsd1
gpart add -a 63 -b 63 -s 2m -t '\!12' mmcsd1
gpart set -a active -i 1 mmcsd1
newfs_msdos -L 'EMMCBOOT' -F 12 /dev/mmcsd1s1

Expand Down

0 comments on commit 5348bcc

Please sign in to comment.