I have this already staged on master-next: https://git.yoctoproject.org/meta-virtualization/commit/?h=master-next&id=dd8fa86c6a85b44d77ae9579453e57aebd7296db
Bruce On Thu, Dec 21, 2023 at 12:34 PM Jeremy Puhlman via lists.yoctoproject.org <jpuhlman=mvista....@lists.yoctoproject.org> wrote: > > From: "Jeremy A. Puhlman" <jpuhl...@mvista.com> > > sysvinit/redhat no longer exists in the sources, move to using > debian sysvinit scripts if sysvinit is enabled in distro features. > > Signed-off-by: Jeremy A. Puhlman <jpuhl...@mvista.com> > --- > recipes-extended/cloud-init/cloud-init_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-extended/cloud-init/cloud-init_git.bb > b/recipes-extended/cloud-init/cloud-init_git.bb > index 9d84f47e..edc6372f 100644 > --- a/recipes-extended/cloud-init/cloud-init_git.bb > +++ b/recipes-extended/cloud-init/cloud-init_git.bb > @@ -25,7 +25,7 @@ do_install:append() { > ln -s ${libdir}/${BPN}/write-ssh-key-fingerprints > ${D}${sysconfdir}/cloud/write-ssh-key-fingerprints > if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', > d)}; then > install -m 755 -d ${D}${sysconfdir}/init.d/ > - install -m 755 ${S}/sysvinit/redhat/* ${D}${sysconfdir}/init.d/ > + install -m 755 ${S}/sysvinit/debian/* ${D}${sysconfdir}/init.d/ > fi > > } > -- > 2.31.1 > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8524): https://lists.yoctoproject.org/g/meta-virtualization/message/8524 Mute This Topic: https://lists.yoctoproject.org/mt/103304302/21656 Group Owner: meta-virtualization+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/leave/6693005/21656/1014668956/xyzzy [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-