From a0df1308520655f4791c8d64ca070e83adfd1e79 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 2 May 2024 15:40:25 +0200 Subject: [PATCH] board/common: relocate dagger script to confd tree The dagger tool is a helper for scripts generated by confd and should therefore be installed by confd instead of the rootfs overlay. Signed-off-by: Joachim Wiberg --- src/confd/bin/Makefile.am | 5 +++-- {board/common/rootfs/sbin => src/confd/bin}/dagger | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename {board/common/rootfs/sbin => src/confd/bin}/dagger (100%) diff --git a/src/confd/bin/Makefile.am b/src/confd/bin/Makefile.am index 86f549cd..b3bf9ec4 100644 --- a/src/confd/bin/Makefile.am +++ b/src/confd/bin/Makefile.am @@ -1,2 +1,3 @@ -pkglibexec_SCRIPTS = bootstrap error load gen-service \ - gen-hostkeys gen-admin-auth gen-hostname gen-interfaces gen-motd gen-hardware +pkglibexec_SCRIPTS = bootstrap error load gen-service gen-hostkeys gen-admin-auth \ + gen-hostname gen-interfaces gen-motd gen-hardware +sbin_SCRIPTS = dagger diff --git a/board/common/rootfs/sbin/dagger b/src/confd/bin/dagger similarity index 100% rename from board/common/rootfs/sbin/dagger rename to src/confd/bin/dagger