index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-04-11 22:25:02 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-04-11 22:25:02 +0200 |
commit | 4f3388f363204288aecbc8791c46a83b9462ec51 (patch) | |
tree | fdf12bb218e50ed361aa8218a345261bf3021e67 /archinstall.py | |
parent | fc4cad6c19eace1bb0c6d572bed56f02963f1f3a (diff) |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index 598eb091..be5eb69c 100644 --- a/archinstall.py +++ b/archinstall.py @@ -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()) |