lueschem / edi

Embedded development infrastructure.
https://www.get-edi.io
GNU Lesser General Public License v3.0
39 stars 12 forks source link

Implement bootstrapping as special case of "preprocessing_commands". #19

Closed lueschem closed 11 months ago

lueschem commented 6 years ago

Issue Type

Desired Behaviour

To add more flexibility during pre-container bootstrapping the current bootstrapping implementation could be transformed into an implementation that processes a "preprocessing_commands" section. The current debootstrap implementation could then be solved as a "built-in" helper command that can be invoked from the preprocessing_commands section.

This would result in the simple but flexible workflow:

lueschem commented 11 months ago

There seems to be no need for the additional flexibility.