Check existing issues
Request
Describe the feature you'd like to see implemented.
It should be possible to add or remove PPAs and archives in (overlay)/etc/apt/sources.list{,.d}. It would be ideal if I could specify a list of PPAs, some only required for producing the image (e.g. it provides some package only required in an overlay-script but not at runtime), as well as for removing an included PPA (namely, the default one, so that I could provide my own preset mirror).
The problem it solves
Describe the impact your request would have.
I have to add the PPAs I need for an image to the package-repositories list in my imagecraft.yaml and then copy the key and source.list file from the build environment into the rootfs manually.
Check existing issues
Request
Describe the feature you'd like to see implemented.
It should be possible to add or remove PPAs and archives in
(overlay)/etc/apt/sources.list{,.d}. It would be ideal if I could specify a list of PPAs, some only required for producing the image (e.g. it provides some package only required in anoverlay-scriptbut not at runtime), as well as for removing an included PPA (namely, the default one, so that I could provide my own preset mirror).The problem it solves
Describe the impact your request would have.
I have to add the PPAs I need for an image to the
package-repositorieslist in myimagecraft.yamland then copy the key and source.list file from the build environment into the rootfs manually.