misspelling

This commit is contained in:
Anton Hvornum 2019-04-11 22:25:02 +02:00
parent fc4cad6c19
commit 4f3388f363
1 changed files with 1 additions and 1 deletions

View File

@ -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())