ev3dev / brickstrap

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

Add new default image driver. #40

Closed dlech closed 8 years ago

dlech commented 8 years ago

This driver uses a single partition. Since brickstrap is mainly for debian and most of the debian armmp platforms use a single partition, it makes sense to have this as the default.

cmacq2 commented 8 years ago

Did you add the second commit to this PR intentionally or was it meant to go to a different branch/PR...?

dlech commented 8 years ago

It's not exactly related, but I was being lazy since the second commit builds on the first and the second one is rather trivial.

dlech commented 8 years ago

Added some more commits to extract common checks to utility functions and renamed some variables.