isbm / berrymill

Think of it as Kiwi++
MIT License
2 stars 5 forks source link

Add sysroot prepare support #26

Closed wintron04 closed 1 year ago

wintron04 commented 1 year ago

Major reworks:

Biggest change is probably that now for building berrymill needs to be explicitly called with the build option

e.g. berrymill -i /path/to/appliance.xml build --target-dir /path/to/targetdir

Introduction of berrymill prepare

Usage:

berrymill -i /path/to/appliance.xml [global options] {prepare,build} [specific options]

run berrymill -h for more details.

isbm commented 1 year ago

@wintron04 I think you need to rebase it on main, because paths were changed.

isbm commented 1 year ago

What is happening here?? You supposed to rebase your stuff, not cherrypick 90+ commits 🤣