guided.rst: fix formatting & typos (#3235)
This commit is contained in:
parent
c9ebf3c881
commit
24f479892f
|
|
@ -53,7 +53,7 @@ The contents of :code:`https://domain.lan/config.json`:
|
||||||
|
|
||||||
.. code-block:: json
|
.. code-block:: json
|
||||||
|
|
||||||
{
|
{
|
||||||
"additional-repositories": [],
|
"additional-repositories": [],
|
||||||
"archinstall-language": "English",
|
"archinstall-language": "English",
|
||||||
"audio_config": null,
|
"audio_config": null,
|
||||||
|
|
@ -214,7 +214,7 @@ The contents of :code:`https://domain.lan/config.json`:
|
||||||
"swap": true,
|
"swap": true,
|
||||||
"timezone": "UTC",
|
"timezone": "UTC",
|
||||||
"version": "2.6.0"
|
"version": "2.6.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
``--config`` options
|
``--config`` options
|
||||||
^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
@ -250,7 +250,7 @@ Below is an example of how to set the root password and below that are descripti
|
||||||
"!root-password" : "SecretSanta2022"
|
"!root-password" : "SecretSanta2022"
|
||||||
}
|
}
|
||||||
|
|
||||||
.. list-table:: --creds options
|
.. list-table:: ``--creds`` options
|
||||||
:widths: 25 25 40 10
|
:widths: 25 25 40 10
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
|
|
||||||
|
|
@ -258,15 +258,15 @@ Below is an example of how to set the root password and below that are descripti
|
||||||
- Values
|
- Values
|
||||||
- Description
|
- Description
|
||||||
- Required
|
- Required
|
||||||
* - !encryption-password
|
* - ``!encryption-password``
|
||||||
- ``str``
|
- ``str``
|
||||||
- Password to encrypt disk, not encrypted if password not provided
|
- Password to encrypt disk, not encrypted if password not provided
|
||||||
- No
|
- No
|
||||||
* - !root-password
|
* - ``!root-password``
|
||||||
- ``str``
|
- ``str``
|
||||||
- The root account password
|
- The root account password
|
||||||
- No
|
- No
|
||||||
* - !users
|
* - ``!users``
|
||||||
- .. code-block:: json
|
- .. code-block:: json
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -284,7 +284,7 @@ Below is an example of how to set the root password and below that are descripti
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The key's start with ``!`` because internal log functions will mask any keys starting with explamation from logs and unrestricted configurations.
|
The keys start with ``!`` because internal log functions will mask any keys starting with exclamation marks from logs and unrestricted configurations.
|
||||||
|
|
||||||
.. _scripts: https://github.com/archlinux/archinstall/tree/master/archinstall/scripts
|
.. _scripts: https://github.com/archlinux/archinstall/tree/master/archinstall/scripts
|
||||||
.. _Guided Installer: https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py
|
.. _Guided Installer: https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue