ev3dev / brickstrap

Tool for bootstrapping Debian and creating bootable image files for embedded systems
MIT License
35 stars 26 forks source link

Make the standalone copy-root command more robust. #53

Closed cmacq2 closed 8 years ago

cmacq2 commented 8 years ago

With this change, brickstrap will create the rootfs directory if necessary (when it does not exist yet) during a standalone copy-root command. Previously a missing rootfs directory would trigger a fatal error during brp_copy_root().

dlech commented 8 years ago

LGTM. Thanks.