1.9 KiB
1.9 KiB
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
</html>
python-archinstall Documentation
python-archinstall (or, archinstall for short) is a helper library to install Arch Linux and manage services, packages and other things.
It comes packaged with different pre-configured installers, such as the :ref:`guided_installation` installer.
A demo can be viewed here: https://www.youtube.com/watch?v=9Xt7X_Iqg6E which uses the default guided installer.
System Message: ERROR/3 (<stdin>, line 5); backlink
Unknown interpreted text role "ref".Some of the features of Archinstall are:
- No external dependencies or installation requirements. Runs without any external requirements or installation processes.
- Single threaded and context friendly. The library always executes calls in sequential order to ensure installation-steps don't overlap or execute in the wrong order. It also supports (and uses) context wrappers to ensure things such as sync are called so data and configurations aren't lost.
- Supports standalone executable The library can be compiled into a single executable and run on any system with or without Python. This is ideal for live mediums that don't want to ship Python as a big dependency.
System Message: ERROR/3 (<stdin>, line 17)
Unknown directive type "toctree".
.. toctree:: :maxdepth: 3 :caption: Running the installer installing/guided
System Message: ERROR/3 (<stdin>, line 23)
Unknown directive type "toctree".
.. toctree:: :maxdepth: 3 :caption: Getting help help/discord help/issues
System Message: ERROR/3 (<stdin>, line 30)
Unknown directive type "toctree".
.. toctree:: :maxdepth: 3 :caption: Installing the library installing/python installing/binary
System Message: ERROR/3 (<stdin>, line 37)
Unknown directive type "toctree".
.. toctree:: :maxdepth: 3 :caption: Using the library examples/python examples/binary
System Message: ERROR/3 (<stdin>, line 55)
Unknown directive type "toctree".
.. toctree:: :maxdepth: 3 :caption: API Reference archinstall/Installer archinstall/Profile archinstall/Application
System Message: ERROR/3 (<stdin>, line 63)
Unknown directive type "toctree".
.. toctree:: :maxdepth: 3 :caption: API Helper functions archinstall/general