index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-06 21:14:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 21:14:14 +0000 |
commit | 39e354f3952e0e0fd1a0c5505640b697eea99c21 (patch) | |
tree | ffe62224fff47b98333b130bb9a697da37cab16a /profiles | |
parent | dc30e0cfc1073fc9e4fc6f1581dd57b8c138b259 (diff) | |
parent | 0a5a929f5b01c8ff4b07bd3bf2a60ed5e284dd30 (diff) |
-rw-r--r-- | profiles/xfce4.py | 3 |
diff --git a/profiles/xfce4.py b/profiles/xfce4.py index 1cc4a62d..36c9958a 100644 --- a/profiles/xfce4.py +++ b/profiles/xfce4.py @@ -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'): |