Check for overlapping in packages installation on stage1_bootstrap vs rtnp.galaxie_clans.system_base
aurelienmaury opened this issue · 1 comments
aurelienmaury commented
Check for overlapping in packages installation on stage1_bootstrap vs rtnp.galaxie_clans.system_base
jabassou commented
Hello,
I've been looking into the task of checking for package installation overlaps between stage1_bootstrap
and rtnp.galaxie_clans.system_base
. Here's what I found:
There are indeed overlaps between the packages installed by stage1_bootstrap
and rtnp.galaxie_clans.system_base
. The following packages are installed by both:
- systemd-resolved
- libperl-dev
- sudo
- libffi-dev
These duplications could potentially be optimized to improve the efficiency of our installations. It would be helpful to check whether these duplications are necessary or if they can be avoided.