From b27c10907ff0c14c912a85377b5b879d19720e03 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 11 Apr 2019 22:30:53 +0200 Subject: Testing live --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall.py') 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.. -- cgit v1.2.3-70-g09d2