Merge pull request #206 from dylanmtaylor/patch-11

Fix incorrect comment. Cinnamon doesn't have any Wayland support yet.
This commit is contained in:
Anton Hvornum 2021-04-06 21:12:16 +00:00 committed by GitHub
commit dc30e0cfc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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'):