index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-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') |