index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-12-26 10:52:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-26 10:52:12 +0100 |
commit | b3a3b9d7723122c6d17a3eb9f9b13de0bb43c6ac (patch) | |
tree | c302a198d1f475bb8f0e45f1f69c1d2e1879f8b5 | |
parent | 2dcc92f84447d3248976129db494ad9784f0a687 (diff) | |
parent | a8eb3d5eade7f70a0b404d19071ee6ee442bb874 (diff) |
-rw-r--r-- | archinstall.py | 1 |
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'] |