guided.rst: fix formatting & typos (#3235)

This commit is contained in:
Carlo Teubner 2025-03-09 09:57:56 +00:00 committed by GitHub
parent c9ebf3c881
commit 24f479892f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 167 additions and 167 deletions

View File

@ -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