[make-initrd] [PATCH v6 03/22] bootchain-core: move bootchain-sh-function to /bin
Leonid Krivoshein
klark.devel at gmail.com
Sun Oct 24 20:20:15 MSK 2021
All other include files of the make-initrd are in /bin,
the include files of the bootchain are also there, and
only one pipeline file apparently happened to be in /sbin.
Signed-off-by: Leonid Krivoshein <klark.devel at gmail.com>
---
features/bootchain-core/README.md | 2 +-
.../bootchain-core/data/{sbin => bin}/bootchain-sh-functions | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename features/bootchain-core/data/{sbin => bin}/bootchain-sh-functions (100%)
diff --git a/features/bootchain-core/README.md b/features/bootchain-core/README.md
index ce2bf98..1844f88 100644
--- a/features/bootchain-core/README.md
+++ b/features/bootchain-core/README.md
@@ -19,7 +19,7 @@ us to optimize fill in `initramfs` only which we are need.
## Main components of bootchain-core
-- `/sbin/bootchain-sh-functions` - common API and evolution
+- `/bin/bootchain-sh-functions` - common API and evolution
of `pipeline-sh-functions`.
- `/sbin/chaind` - daemon, evolution of `pipelined`.
- `/etc/rc.d/init.d/bootchain` - sysvinit start script.
diff --git a/features/bootchain-core/data/sbin/bootchain-sh-functions b/features/bootchain-core/data/bin/bootchain-sh-functions
similarity index 100%
rename from features/bootchain-core/data/sbin/bootchain-sh-functions
rename to features/bootchain-core/data/bin/bootchain-sh-functions
--
2.24.1
More information about the Make-initrd
mailing list