Commit 66914a62 authored by Xiaowu Zhang's avatar Xiaowu Zhang

2

parent 342a6c3f
...@@ -8,10 +8,10 @@ cmake .. ...@@ -8,10 +8,10 @@ cmake ..
make make
make install make install
BINARY="$(pwd)/fluent-bit/build/bin/fluent-bit" BINARY="$(pwd)/bin/fluent-bit"
strip --strip-all "$BINARY" strip --strip-all "$BINARY"
objdump -T "$BINARY" || true objdump -T "$BINARY" || true
cd ../../
ln -sf "$BINARY" dracut.module/90metadata-collect/fluent-bit || true ln -sf "$BINARY" dracut.module/90metadata-collect/fluent-bit || true
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