[make-initrd] [PATCH v1 17/41] fork pipeline: waitdev step modified
Leonid Krivoshein
klark.devel at gmail.com
Fri Sep 24 18:57:19 MSK 2021
---
.../features/bootchain-waitdev/data/lib/bootchain/waitdev | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/make-initrd/features/bootchain-waitdev/data/lib/bootchain/waitdev
b/make-initrd/features/bootchain-waitdev/data/lib/bootchain/waitdev
index f818cc5..74af6ea 100755
--- a/make-initrd/features/bootchain-waitdev/data/lib/bootchain/waitdev
+++ b/make-initrd/features/bootchain-waitdev/data/lib/bootchain/waitdev
@@ -1,12 +1,12 @@
#!/bin/bash -efu
-. pipeline-sh-functions
+. bootchain-sh-functions
check_parameter WAITDEV
devspec="$(get_parameter WAITDEV)"
while [ -n "$devspec" ]; do
- envfile="/.initrd/pipeline/waitdev/$callnum"
+ envfile="/.initrd/bootchain/waitdev/$callnum"
if [ -s "$envfile" ]; then
devfile=
--
2.21.0
More information about the Make-initrd
mailing list