mirror of
https://github.com/netdata/netdata.git
synced 2025-04-24 21:24:12 +00:00
kickstart.sh: add missing option --offline-install-source to USAGE (#20025)
* kickstart.sh: add missing option --offline-install-source to USAGE * Update packaging/installer/kickstart.sh --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
This commit is contained in:
parent
82f668106e
commit
b70a62a931
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ USAGE: kickstart.sh [options]
|
||||||
--local-build-options Specify additional options to pass to the installer code when building locally. Only valid if --build-only is also specified.
|
--local-build-options Specify additional options to pass to the installer code when building locally. Only valid if --build-only is also specified.
|
||||||
--static-install-options Specify additional options to pass to the static installer code. Only valid if --static-only is also specified.
|
--static-install-options Specify additional options to pass to the static installer code. Only valid if --static-only is also specified.
|
||||||
--offline-architecture Limit an offline install source being prepared with --prepare-offline-install-source to only include the specified static build architecture.
|
--offline-architecture Limit an offline install source being prepared with --prepare-offline-install-source to only include the specified static build architecture.
|
||||||
|
--offline-install-source Specify a folder to use as installation source when working offline. Use --prepare-offline-install-source first to set up this folder.
|
||||||
|
|
||||||
The following options are mutually exclusive and specifiy special operations other than trying to install Netdata normally or update an existing install:
|
The following options are mutually exclusive and specifiy special operations other than trying to install Netdata normally or update an existing install:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue