Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall.py b/archinstall.py
index 05a18596..50fb161a 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -1038,6 +1038,7 @@ def add_AUR_support(*positionals, **kwargs):
return True
def run_post_install_steps(*positionals, **kwargs):
+ log(f'Running post installation with input data {instructions}.', level=4, origin='run_post_install_steps')
conf = {}
if 'post' in instructions:
conf = instructions['post']