Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/archinstall/Profile.rst
blob: 0f57c68ccec251ca236ad97e4a87c46b8379459b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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