freebsd / crochet

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

Force long filenames on FAT partition #185

Closed rozmansi closed 7 years ago

rozmansi commented 7 years ago

Building a Raspberry Pi 3 image on FreeBSD 11.0-RELEASE-p8 the FAT partition created contains 8+3 all UPPERCASE letters, rendering image unbootable.

By adding -l flag to mount_msdosfs command, it forced the long filenames.