Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
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'] = {}