Ah great!
On 12/21/2023 9:57 AM, Bruce Ashfield wrote:
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 <[email protected]>
wrote:
From: "Jeremy A. Puhlman" <[email protected]>
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 <[email protected]>
---
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
--
Jeremy Puhlman
[email protected]
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8525):
https://lists.yoctoproject.org/g/meta-virtualization/message/8525
Mute This Topic: https://lists.yoctoproject.org/mt/103304302/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-