Commit 544bf040 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Fix details.

parent beccc853
...@@ -14,7 +14,7 @@ include collect-sh-template.mk ...@@ -14,7 +14,7 @@ include collect-sh-template.mk
90metadata-collect/fluentbit_wendelin.so: 90metadata-collect/fluentbit_wendelin.so:
cd ../ && ./fluentbit_wendelin_install.sh && cd dracut.module cd ../ && ./fluentbit_wendelin_install.sh && cd dracut.module
.PHONY: clean .PHONY: clean
clean: clean:
rm -fv 90metadata-collect/collect.sh 90metadata-collect/metadata-collect-agent rm -fv 90metadata-collect/collect.sh 90metadata-collect/metadata-collect-agent
......
...@@ -4,12 +4,9 @@ define collect_sh := ...@@ -4,12 +4,9 @@ define collect_sh :=
. /lib/dracut-lib.sh . /lib/dracut-lib.sh
>&2 echo "$$NEWROOT" >&2 echo "$$NEWROOT"
sleep 10
/sbin/metadata-collect-agent "$$NEWROOT" /sbin/metadata-collect-agent "$$NEWROOT"
sleep 10
endef endef
export collect_sh export collect_sh
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment