I was analysing reprepro as we use it to generate base-apt, It has some options likely below. but it was not helpful while exporting it overwrites the older versions.
$ reprepro -b debian --keepunreferencedfiles --ignore=ignore includedeb trixie /path/to/linux-image-cip-amd64_6.1.145-cip44+ind1_amd64.deb
$ reprepro -b debian --keepunreferencedfiles --ignore=ignore includedeb trixie /path/to/linux-image-cip-amd64_6.12.41-cip6+ind1_amd64.deb
Like Debian kernel package nomenclature `linux-image-6.1.0-40-amd64_6.1.153-1_amd64.deb` of using the approach what debian uses to generate linux-image-$PV-$ARCH_$PV_$ARCH.deb.
Any pointers would be helpful
Regards,
Arulpandiyan V
Hello Community,
We have a requirement to have a multikernel support for a base apt in downstream layer. We wanted to build base-apt to support multiple kernel versions for multiple distros as like below and generate base-apt with all supported kernels.