From 1bb3b1b06302ebc384f71b63e684d3d03df23a46 Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Thu, 31 Oct 2024 09:50:29 -0700 Subject: [PATCH 1/2] install: buildroot: style updates Signed-off-by: Lynette Miles --- installation/buildroot-embedded-linux.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/installation/buildroot-embedded-linux.md b/installation/buildroot-embedded-linux.md index 28fdc7054..525446781 100644 --- a/installation/buildroot-embedded-linux.md +++ b/installation/buildroot-embedded-linux.md @@ -1,24 +1,27 @@ # Buildroot / Embedded Linux -## Installing +Install Fluent Bit in your embedded Linux system. -To install, just select fluent-bit in your defconfig. -See the Config.in file for all configuration options. +## Install -```defconfig +To install, select Fluent Bit in your `defconfig`. +See the `Config.in` file for all configuration options. + +```text BR2_PACKAGE_FLUENT_BIT=y ``` -## Running +## Run -The default config file is written to: +The default configuration file is written to: -``` +```text /etc/fluent-bit/fluent-bit.conf ``` -Fluent-bit is automatically started by the S99fluent-bit script. +Fluent bit is started by the `S99fluent-bit` script. ## Support -All configurations with a toolchain that supports threads and dynamic library linking are supported. +All configurations with a toolchain that supports threads and dynamic library +linking are supported. From 702152f8d09884c2e86c151aa80478ea4757cbce Mon Sep 17 00:00:00 2001 From: esmerel <6818907+esmerel@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:07:43 -0800 Subject: [PATCH 2/2] Update installation/buildroot-embedded-linux.md Co-authored-by: Adam Locke Signed-off-by: esmerel <6818907+esmerel@users.noreply.github.com> --- installation/buildroot-embedded-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/buildroot-embedded-linux.md b/installation/buildroot-embedded-linux.md index 525446781..a457f1c63 100644 --- a/installation/buildroot-embedded-linux.md +++ b/installation/buildroot-embedded-linux.md @@ -19,7 +19,7 @@ The default configuration file is written to: /etc/fluent-bit/fluent-bit.conf ``` -Fluent bit is started by the `S99fluent-bit` script. +Fluent Bit is started by the `S99fluent-bit` script. ## Support