Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/archinstall/Profile.rst
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 22:24:57 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 22:24:57 +0200
commita91aea315438e7bc2e52a3d3ffb9f2ab0ca1b8e8 (patch)
tree3a10e91da8e0e30b5b50ccd86c796329061ae685 /docs/archinstall/Profile.rst
parentaf92d15e9602359282907da78ca5898bf83a8748 (diff)
First complete draft of the documentation. Some autodocs are still unpopulated but will be done via code and not reST chapters.
Diffstat (limited to 'docs/archinstall/Profile.rst')
-rw-r--r--docs/archinstall/Profile.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/archinstall/Profile.rst b/docs/archinstall/Profile.rst
new file mode 100644
index 00000000..0f57c68c
--- /dev/null
+++ b/docs/archinstall/Profile.rst
@@ -0,0 +1,16 @@
+.. _archinstall.Profile:
+
+archinstall.Profile
+===================
+
+This class enables access to pre-programmed profiles.
+This is not to be confused with :ref:`archinstall.Application` which is for pre-prgrammed application profiles.
+
+Profiles in general is a set or group of installation steps.
+Where as applications are a specific set of instructions for a very specific application.
+
+An example would be the *(currently fictional)* profile called `database`.
+The profile `database` might contain the application profile `postgresql`.
+And that's the difference between :ref:`archinstall.Profile` and :ref:`archinstall.Application`.
+
+.. autofunction:: archinstall.Profile