Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/xorg.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-27 17:43:01 +0200
committerGitHub <noreply@github.com>2021-05-27 17:43:01 +0200
commitf4bb884625d4b2226e3b6ffbdb4423400c641bc1 (patch)
treeb83f3caa40e530ea0d795b4c5955d426707dfc98 /profiles/xorg.py
parente6e2783b40ef105220441b3fa0e0a7fcecb90f9c (diff)
parent26a33000d8bbd99fd4c9c0b9f5103fd012f8769a (diff)
Merge pull request #520 from dylanmtaylor/descriptions
Add descriptions for top-level profiles
Diffstat (limited to 'profiles/xorg.py')
-rw-r--r--profiles/xorg.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/xorg.py b/profiles/xorg.py
index 9006a430..ce13664d 100644
--- a/profiles/xorg.py
+++ b/profiles/xorg.py
@@ -4,6 +4,8 @@ import archinstall
is_top_level_profile = True
+__description__ = 'Installs a minimal system as well as xorg and graphics drivers.'
+
__packages__ = [
'dkms',
'xorg-server',