index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-06 21:12:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 21:12:16 +0000 |
commit | dc30e0cfc1073fc9e4fc6f1581dd57b8c138b259 (patch) | |
tree | e32557710ee90f4af610d1e3ee5fdb82c9437950 /profiles/cinnamon.py | |
parent | 0791222081dcfd72a300e6a5cebcc841cb59672c (diff) | |
parent | c6eb3dfbdfde53eec4d6f15b05af3416650e4339 (diff) |
-rw-r--r-- | profiles/cinnamon.py | 3 |
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'): |