Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
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 0b602863..2d361a88 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -170,6 +170,7 @@ class sys_command():
for trigger in self.opts['triggers']:
print(trigger.lower(),'vs', lower)
if trigger.lower() in lower:
+ print('[N] Writing to subsystem: {}'.format(trigger))
os.write(child_fd, self.opts['triggers'][trigger])
yield output