partitial fix for bug #518068

This commit is contained in:
Christoph Wickert 2009-08-30 14:24:14 +02:00
parent 275e60b5a0
commit 46429cfbbc
1 changed files with 2 additions and 2 deletions

View File

@ -107,14 +107,14 @@ chown -R liveuser:liveuser /home/liveuser
restorecon -R /home/liveuser
# set up timed auto-login for after 60 seconds
# partititial fix for bug # 518068
cat >> /etc/slim.conf << FOE
auto_login yes
default_user liveuser
authfile /var/run/slim/slim.auth
FOE
EOF
%post
%end