index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-28 16:38:10 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-28 16:38:10 +0200 |
commit | 410a0ba0b3065acd3db09bcd511036975fa0967f (patch) | |
tree | 59d843498db308059f0388eb8315c42f187ccfc2 /docs/archinstall/Installer.rst | |
parent | d44c671661707282e6ec06dc4a0c0cafb8ba19aa (diff) |
-rw-r--r-- | docs/archinstall/Installer.rst | 11 |
diff --git a/docs/archinstall/Installer.rst b/docs/archinstall/Installer.rst new file mode 100644 index 00000000..b7d8c8ce --- /dev/null +++ b/docs/archinstall/Installer.rst @@ -0,0 +1,11 @@ +.. _archinstall.Installer: + +Installer +========= + +The installer is the main class for accessing a installation-instance. +You can look at this class as the installation you have or will perform. + +Anything related to **inside** the installation, will be found in this class. + +.. autofunction:: archinstall.Installer |