summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2010-06-10 16:17:51 +0200
committerAles Kozumplik <akozumpl@redhat.com>2010-06-11 08:15:30 +0200
commit4075fce519f00093f8fba76d51881c4f53bdccbe (patch)
tree7c0271a119dd85f3ea90bbd1a5afda01c5cf11e6 /anaconda
parenta2835207a5251daff14dacf9454d357169af9204 (diff)
downloadanaconda-4075fce519f00093f8fba76d51881c4f53bdccbe.tar.gz
anaconda-4075fce519f00093f8fba76d51881c4f53bdccbe.tar.xz
anaconda-4075fce519f00093f8fba76d51881c4f53bdccbe.zip
fix: kickstart sshpw command dysfunctional (#602308).
this is because /etc was missing a couple of dummy files libuser absolutely needs in order not to fail.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 4c04340ce..d905344d9 100755
--- a/anaconda
+++ b/anaconda
@@ -415,7 +415,7 @@ def handleSshPw(anaconda):
else:
u.createUser(name=ud.username, password=ud.password,
isCrypted=ud.isCrypted, lock=ud.lock,
- root="/")
+ root="/", mkmailspool=False)
del u