Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-07 11:33:01 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-07 11:33:01 -0400
commit99917807bd926185a8feb38185f0e4b09b3e0738 (patch)
treef0f1b3d114a2855ed35d34f06b44d3dbca2583c5 /profiles
parent9756d9ed2daea533930e24a799ff9bf55891c203 (diff)
Fix issue with prep function
Diffstat (limited to 'profiles')
-rw-r--r--profiles/minimal.py4
1 files changed, 1 insertions, 3 deletions
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