fedora-live-kde-base.ks: follow-up to autologin session fix

There's *two* places where the session name is referenced, Kev
only fixed one.
This commit is contained in:
Adam Williamson 2015-03-02 18:22:30 -08:00
parent 341e2f56f9
commit 66b3b50b89
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ chown liveuser:liveuser /home/liveuser/.xsession
# set up autologin for user liveuser
if [ -f /etc/sddm.conf ]; then
sed -i 's/^#User=.*/User=liveuser/' /etc/sddm.conf
sed -i 's/^#Session=.*/Session=kde-plasma.desktop/' /etc/sddm.conf
sed -i 's/^#Session=.*/Session=plasma.desktop/' /etc/sddm.conf
else
cat > /etc/sddm.conf << SDDM_EOF
[Autologin]