Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/archinstall.py b/archinstall.py
index 4e19c8ce..eaff3409 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -191,7 +191,11 @@ class sys_command():
# Bail bail bail!
os.write(child_fd, b'shutdown now\n')
+ print('Shutdown initatied')
+
exit_code = os.waitpid(self.pid, 0)[1]
+
+ print('Exit code:', exit_code)
if exit_code != 0:
print('[E] Command "{}" exited with status code:'.format(self.cmd[0]), exit_code)
print(trace_log)