ev3dev / brickstrap

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

Create parent directory to contain all generated brickstrap files #26

Closed dlech closed 8 years ago

dlech commented 8 years ago

Currently, brickstrap creates files and a rootfs directory in the current directory. I think it would be better if we contained all of the generated files in a parent directory. So, we have...

<dir>/                        created by create-conf
  + rootfs/                   created by create-rootfs
  + brickstrap.conf           created by create-conf
  + multistrap.conf           created by create-conf
  + rootfs.tar                created by create-tar
  + <dir>.img                 created by create-image
  + <dir>-report.txt          created by create-report
dlech commented 8 years ago

Fixed by #28