Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/cinnamon.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/cinnamon.py b/profiles/cinnamon.py
index e9c5d085..dac38bd3 100644
--- a/profiles/cinnamon.py
+++ b/profiles/cinnamon.py
@@ -10,8 +10,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
- # Cinnamon optionally supports xorg, we'll install it since it also
- # includes graphic driver setups (this might change in the future)
+ # Cinnamon requires a functioning Xorg installation.
profile = archinstall.Profile(None, 'xorg')
with profile.load_instructions(namespace='xorg.py') as imported:
if hasattr(imported, '_prep_function'):