freebsd / crochet

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

Corrected EFI partition and WORLDJOBS/KERNJOBS variable #169

Closed johalun closed 7 years ago

johalun commented 7 years ago

Efi partition was written to a local file. Added "/dev/" to efi partition variable to make correct efi device. Kern/worldjobs did not work when defined in config.sh. Variables where rewritten (to -jx) too early before they had been set by the config file, moved to build() functions.

kientzle commented 7 years ago

Thank you!