Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/general.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/general.py')
-rw-r--r--archinstall/lib/general.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py
index ea0bafc9..7c8f8ea3 100644
--- a/archinstall/lib/general.py
+++ b/archinstall/lib/general.py
@@ -284,6 +284,9 @@ class SysCommandWorker:
except UnicodeDecodeError:
return False
+ with open(f"{storage['LOG_PATH']}/cmd_output.txt", "a") as peak_output_log:
+ peak_output_log.write(output)
+
sys.stdout.write(str(output))
sys.stdout.flush()