index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 21:12:46 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 21:12:46 +0000 |
commit | 265a4ff73db0114dcf99d5c520f3464fde55d2ea (patch) | |
tree | 38d8f49fd270749b8b5d61a8956e6eed09fc520b | |
parent | ad852b363b319e6dfbb0ed03d3869c4b909225c5 (diff) |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index 9be5c371..d45a36b6 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()) |