summaryrefslogtreecommitdiffstats
path: root/fedora-livecd-lxde.ks
diff options
context:
space:
mode:
authorChristoph Wickert <fedora@christoph-wickert.de>2009-08-30 14:24:14 +0200
committerChristoph Wickert <fedora@christoph-wickert.de>2009-08-30 14:24:14 +0200
commit46429cfbbcbbf700c0956155b65068d5c58cbeb3 (patch)
tree864cde787d6cbc84d2da55f21b817caf730e7932 /fedora-livecd-lxde.ks
parent275e60b5a0968a8199c9a0fd49d2d2f51c273c89 (diff)
downloadspin-kickstarts-46429cfbbcbbf700c0956155b65068d5c58cbeb3.tar.gz
spin-kickstarts-46429cfbbcbbf700c0956155b65068d5c58cbeb3.tar.xz
spin-kickstarts-46429cfbbcbbf700c0956155b65068d5c58cbeb3.zip
partitial fix for bug #518068
Diffstat (limited to 'fedora-livecd-lxde.ks')
-rw-r--r--fedora-livecd-lxde.ks4
1 files changed, 2 insertions, 2 deletions
diff --git a/fedora-livecd-lxde.ks b/fedora-livecd-lxde.ks
index ebcf583..dadeaa3 100644
--- a/fedora-livecd-lxde.ks
+++ b/fedora-livecd-lxde.ks
@@ -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