freebsd / crochet

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

[Issue-207] By default add the name of the board to the image's name #209

Closed gczuczy closed 7 years ago

gczuczy commented 7 years ago

The board_setup function now saves the board's name to BOARDNAME, and board_generate_image_name will later use it to add it to the image's name.

For https://github.com/freebsd/crochet/issues/207

kientzle commented 7 years ago

Looks great! Thanks!