index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-07 11:33:01 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-08 09:51:11 -0400 |
commit | 8fc91c4f18647ea2734b87b81cb5835ff6ad0c87 (patch) | |
tree | 58ab6fb45e140cfcff040d737b848ce5aef6b9d7 | |
parent | 4059d62e55042583860d78a91d2f83aec71f5cfb (diff) |
-rw-r--r-- | profiles/minimal.py | 4 |
diff --git a/profiles/minimal.py b/profiles/minimal.py index 0e27bdab..26a3c75c 100644 --- a/profiles/minimal.py +++ b/profiles/minimal.py @@ -11,13 +11,11 @@ def _prep_function(*args, **kwargs): other code in this stage. So it's a safe way to ask the user for more input before any other installer steps start. """ - - # Do nothing here for now + return True # Do nothing here for now if __name__ == 'minimal': """ This "profile" is a meta-profile. It is used for a custom minimal installation, without any desktop-specific packages. """ - # Do nothing here for now |