index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-04-14 17:37:00 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-04-14 17:37:00 +0200 |
commit | e3b60326e03a642de27a79b86a8aecf454c393de (patch) | |
tree | 071b2ea56df3fac6d008cc15b6ddad66a6ef31c8 | |
parent | 33610debefe9cc8382c3053ab57a2ed2101796d6 (diff) |
-rw-r--r-- | archinstall.py | 1 |
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') |