[make-initrd] [PATCH v4 3/4] bootchain-core: move bootchain-sh-function to /bin

Leonid Krivoshein klark.devel at gmail.com
Wed Oct 13 20:21:43 MSK 2021


From: Leonid Krivoshein <klark at altlinux.org>

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 at altlinux.org>
---
  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 e4b87d6..3d4871f 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/bootchained` - 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