Update documentation to also mention the --config-url option (#3683)
* Add missing config-url option * Update example in documentation
This commit is contained in:
parent
ccebb6882e
commit
436a28b34c
|
|
@ -36,7 +36,12 @@ There are two configuration files, both are optional.
|
||||||
``--config``
|
``--config``
|
||||||
------------
|
------------
|
||||||
|
|
||||||
This parameter takes a local or remote :code:`.json` file as argument and contains the overall configuration and menu answers for the guided installer.
|
This parameter takes a local :code:`.json` file as argument and contains the overall configuration and menu answers for the guided installer.
|
||||||
|
|
||||||
|
``--config-url``
|
||||||
|
------------
|
||||||
|
|
||||||
|
This parameter takes a remote :code:`.json` file as argument and contains the overall configuration and menu answers for the guided installer.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
@ -47,7 +52,11 @@ Example usage
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
archinstall --config https://domain.lan/config.json
|
archinstall --config config.json
|
||||||
|
|
||||||
|
.. code-block:: sh
|
||||||
|
|
||||||
|
archinstall --config-url https://domain.lan/config.json
|
||||||
|
|
||||||
The contents of :code:`https://domain.lan/config.json`:
|
The contents of :code:`https://domain.lan/config.json`:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue