index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index b1814ed6..5635561e 100644 --- a/archinstall.py +++ b/archinstall.py @@ -1125,7 +1125,7 @@ def run_post_install_steps(*positionals, **kwargs): ## [root@<hostname> ~]# defaults = { 'login:' : 'root\n', - #'Password:' : args['password']+'\n', + 'Password:' : args['password']+'\n', '[root@{args["hostname"]} ~]#' : command+'\n', } if not 'events' in opts: opts['events'] = {} |