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-11 22:30:53 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2019-04-11 22:30:53 +0200
commitb27c10907ff0c14c912a85377b5b879d19720e03 (patch)
treed82697ca64d667896ddc2bba24daac19b1ca0789 /archinstall.py
parent4f3388f363204288aecbc8791c46a83b9462ec51 (diff)
Testing live
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 be5eb69c..0f911afd 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -644,7 +644,7 @@ if __name__ == '__main__':
o = b''.join(sys_command('/usr/bin/systemd-nspawn -D /mnt -b --machine temporary', opts={'triggers' : {
b'Arcinstall login' : b'root\n',
b'Password' : bytes(args['password']+'\n', 'UTF-8'),
- b'root#' : bytes(command+'\n', 'UTF-8'),
+ b'[root@Archinstall ~]#' : bytes(command+'\n', 'UTF-8'),
}, **opts}).exec())
## And cleanup after out selves.. Don't want to leave any residue..