On Mon, Mar 22, 2021 at 06:01:59PM -0700, Randall wrote:
HI,
Building up a customization layer over the top of poke to install 3rd party RPM files at build time. These packages contain some basic global configuration changes for the destination environment.
Unfortunately I am getting RPM file conflicts (EG: /etc/network/interfaces) when I go to build. How can force the package installation allowing for the conflicting file from the custom layer to over write the files in the base packages?
You cannot, you need to either not instal init-ifupdown and busybox-udhdpc or modify them to not install this file in your image.