Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-12-26 10:52:12 +0100
committerGitHub <noreply@github.com>2019-12-26 10:52:12 +0100
commitb3a3b9d7723122c6d17a3eb9f9b13de0bb43c6ac (patch)
treec302a198d1f475bb8f0e45f1f69c1d2e1879f8b5
parent2dcc92f84447d3248976129db494ad9784f0a687 (diff)
parenta8eb3d5eade7f70a0b404d19071ee6ee442bb874 (diff)
Merge pull request #37 from Torxed/lab
Lab
-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']