index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 21:03:41 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 21:03:41 +0000 |
commit | de5ff70bb8d9559c45cd54971773b6cb1969d914 (patch) | |
tree | 1590532234c7c0049ad8978f1c07d29b7b5118a8 | |
parent | 4dd7be619407d07082feb5a0415d0d5bc16e2e36 (diff) |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index a88265c8..9be5c371 100644 --- a/archinstall.py +++ b/archinstall.py @@ -832,7 +832,7 @@ if __name__ == '__main__': ## [root@<hostname> ~]# o = b''.join(sys_command('/usr/bin/systemd-nspawn -D /mnt -b --machine temporary', opts={'triggers' : { bytes(f'login:', 'UTF-8') : b'root\n', - b'Password' : bytes(args['password']+'\n', 'UTF-8'), + b'Password:' : bytes(args['password']+'\n', 'UTF-8'), bytes(f'[root@{args["hostname"]} ~]#', 'UTF-8') : bytes(command+'\n', 'UTF-8'), }, **opts}).exec()) |