Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Girtler <blackrabbit256@gmail.com>2023-07-17 17:27:21 +1000
committerGitHub <noreply@github.com>2023-07-17 09:27:21 +0200
commit2f273868d416c3309191db8c616aae683d78370a (patch)
tree9b38c0b631774d50b037bda3cef764e8cdf740d8 /docs
parentc67bb0b549b35ce335941c9c1cbe22f99c28f7fe (diff)
Fix network settings loading from config file (#1921)
* Fix network config error and simplify code * Update schema and exmaple --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/installing/guided.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installing/guided.rst b/docs/installing/guided.rst
index 4cb07ae1..0a075282 100644
--- a/docs/installing/guided.rst
+++ b/docs/installing/guided.rst
@@ -29,7 +29,7 @@ To start the installer, run the following in the latest Arch Linux ISO:
.. code-block:: sh
archinstall --script guided
-
+
| The ``--script guided`` argument is optional as it's the default behavior.
| But this will use our most guided installation and if you skip all the option steps it will install a minimal Arch Linux experience.
@@ -49,7 +49,7 @@ There are three different configuration files, all of which are optional.
.. note::
You can always get the latest options with ``archinstall --dry-run``, but edit the following json according to your needs.
Save the configuration as a ``.json`` file. Archinstall can source it via a local or remote path (URL)
-
+
.. code-block:: json
{
@@ -72,8 +72,8 @@ There are three different configuration files, all of which are optional.
],
"keyboard-language": "us",
"mirror-region": "Worldwide",
- "nic": {
- "type": "NM"
+ "network_config": {
+ "type": "nm"
},
"ntp": true,
"packages": ["docker", "git", "wget", "zsh"],