index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | profiles/xorg.py | 1 |
diff --git a/profiles/xorg.py b/profiles/xorg.py index e13b15d7..33d2aa4c 100644 --- a/profiles/xorg.py +++ b/profiles/xorg.py @@ -3,6 +3,7 @@ import archinstall import logging from archinstall.lib.hardware import __packages__ as __hwd__packages__ + is_top_level_profile = True __description__ = 'Installs a minimal system as well as xorg and graphics drivers.' |