index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-02 11:32:52 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-04-02 11:32:52 +0200 |
commit | 3f0a53437414230f983cc2210998aa6c866a520d (patch) | |
tree | ef6270a97ca8d71ff404cc0d9db987100311ee96 /docs/installing | |
parent | 65ec50dae5beee594681a6d2057d380994188987 (diff) | |
parent | 0488c93a507fcb9e687b083ed8f11622d43ca9c2 (diff) |
-rw-r--r-- | docs/installing/guided.rst | 4 | ||||
-rw-r--r-- | docs/installing/python.rst | 4 |
diff --git a/docs/installing/guided.rst b/docs/installing/guided.rst index b6c912cc..40d86055 100644 --- a/docs/installing/guided.rst +++ b/docs/installing/guided.rst @@ -98,6 +98,8 @@ Default is :code:`Archinstall` The hostname in which the machine will identify itself on the local network. This step is optional, but a default hostname of `Archinstall` will be set if none is selected. +.. _root_password: + Root password ------------- @@ -113,7 +115,7 @@ Super User (sudo) ----------------- .. warning:: - This step only applies if you correctly skipped the previous step :ref:`root_password`_ which also makes this step mandatory. + This step only applies if you correctly skipped :ref:`the previous step <root_password>` which also makes this step mandatory. If the previous step was skipped, and only if it is skipped. This step enables you to create a :code:`sudo` enabled user with a password. diff --git a/docs/installing/python.rst b/docs/installing/python.rst index 44606166..94cfb243 100644 --- a/docs/installing/python.rst +++ b/docs/installing/python.rst @@ -10,7 +10,7 @@ But the library can be installed manually as well. This is not required if you're running archinstall on a pre-built ISO. The installation is only required if you're creating your own scripted installations. Using pacman ----------- +------------ Archinstall is on the `official repositories <https://wiki.archlinux.org/index.php/Official_repositories>`_. @@ -44,7 +44,7 @@ Or as a user module: Which will allow you to start using the library. -.. _installing.python.manual +.. _installing.python.manual: Manual installation ------------------- |