Fix another incorrect comment on XFCE4 profile

This commit is contained in:
Dylan M. Taylor 2021-04-06 16:55:04 -04:00 committed by Dylan Taylor
parent eb7497f2aa
commit 84e6db27bb
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
# Gnome optionally supports xorg, we'll install it since it also
# includes graphic driver setups (this might change in the future)
# XFCE requires a functional xorg installation.
profile = archinstall.Profile(None, 'xorg')
with profile.load_instructions(namespace='xorg.py') as imported:
if hasattr(imported, '_prep_function'):