Fix --distro-override parameter name in docs (#16726)
Moritz Schlarb committed
Jan 4, 2024 at 22:31 UTC
ad62ef4dce01e6e06d6481d5b0cea37e805828e6
1 file changed
+1
-1
packaging/installer/methods/kickstart.md
+1
-1
@@ -181,7 +181,7 @@ By default, the agent is sending anonymous telemetry data to help us take identi
181
Show what the installer would do, but don’t actually do any of it.
182
- `--dont-start-it`
183
Don’t auto-start the daemon after installing. This parameter is not guaranteed to work.
184
-- `--override-distro`
184
+- `--distro-override`
185
Override the distro detection logic and assume the system is using a specific Linux distribution and release. Takes a single argument consisting of the values of the `ID`, `VERSION_ID`, and `VERSION_CODENAME` fields from `/etc/os-release` for the desired distribution.
186
187
The following options are mutually exclusive and specify special operations other than trying to install Netdata normally or update an existing install: