Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-04-14 17:37:00 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2019-04-14 17:37:00 +0200
commite3b60326e03a642de27a79b86a8aecf454c393de (patch)
tree071b2ea56df3fac6d008cc15b6ddad66a6ef31c8 /archinstall.py
parent33610debefe9cc8382c3053ab57a2ed2101796d6 (diff)
Debugging
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall.py b/archinstall.py
index 74f4e223..4e19c8ce 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -186,6 +186,7 @@ class sys_command():
yield output
+ print('Debug...')
# Since we're in a subsystem, we gotta bail out!
# Bail bail bail!
os.write(child_fd, b'shutdown now\n')