Commit 342a6c3f authored by xiaowu zhang's avatar xiaowu zhang

1

parent 032b0c93
......@@ -8,3 +8,10 @@ cmake ..
make
make install
BINARY="$(pwd)/fluent-bit/build/bin/fluent-bit"
strip --strip-all "$BINARY"
objdump -T "$BINARY" || 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