Fix another incorrect comment on XFCE4 profile
This commit is contained in:
parent
0791222081
commit
0a5a929f5b
|
|
@ -11,8 +11,7 @@ def _prep_function(*args, **kwargs):
|
||||||
for more input before any other installer steps start.
|
for more input before any other installer steps start.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Gnome optionally supports xorg, we'll install it since it also
|
# XFCE requires a functional xorg installation.
|
||||||
# includes graphic driver setups (this might change in the future)
|
|
||||||
profile = archinstall.Profile(None, 'xorg')
|
profile = archinstall.Profile(None, 'xorg')
|
||||||
with profile.load_instructions(namespace='xorg.py') as imported:
|
with profile.load_instructions(namespace='xorg.py') as imported:
|
||||||
if hasattr(imported, '_prep_function'):
|
if hasattr(imported, '_prep_function'):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue