isbm / berrymill

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

Fix derivative #81

Closed wintron04 closed 8 months ago

wintron04 commented 8 months ago

Only the Appliance.kiwi was correctly generated. However e.g. config.sh and the root dir werent considered in the derived image build and consequently the build failed.

SOLUTION: Symlink to every file inside the directory of the "main" appliance.kiwi. We cannot hard code the files that kiwi needs to create only a few really required symlinks. Kiwi might change the names of the scripts or a user might even define a "user-defined" script in the appliance.kiwi xml description their selves. This can be any name we cannot foresee (at least it would be unnecessarily difficult to do so=.