ipa320 / setup_cob4

2 stars 14 forks source link

[PostInstall] provide step to apply `/etc`-mods from image-setup #193

Closed fmessmer closed 6 years ago

fmessmer commented 6 years ago

maybe we can add a step to the PostInstall script that parses the master/slave image setup config file for their %post-entries`and allow to execute those step-by-step (where confirmation is required before execution - and commands can be skipped if execution is not desired)

this way, we could update an already set up system with the updates we found in the meantime, e.g. git-lfs-setup or mimic-magic...

I'll try to provide a suggestion

fmessmer commented 6 years ago

as discussed with @ipa-bnm it is not necessary to be able to fully execute the kickstart-robot.sh during PostInstall

however, it would be great to see whether kickstart-robot.sh finished successfully before running any further PostInstall steps

https://github.com/ipa-bnm/setup_cob4/pull/5 proposes a mechanism