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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index 598eb091..be5eb69c 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -642,7 +642,7 @@ if __name__ == '__main__':
## And then boot and execute:
o = b''.join(sys_command('/usr/bin/systemd-nspawn -D /mnt -b --machine temporary', opts={'triggers' : {
- b'Archinstall login' : b'root\n',
+ b'Arcinstall login' : b'root\n',
b'Password' : bytes(args['password']+'\n', 'UTF-8'),
b'root#' : bytes(command+'\n', 'UTF-8'),
}, **opts}).exec())