Fix file ownership for the username change

This commit is contained in:
Jeremy Katz
2008-10-02 11:07:33 -04:00
parent ca2f8913a2
commit 7ccf72a59f
8 changed files with 10 additions and 10 deletions

View File

@@ -190,7 +190,7 @@ fi
# make fedora user use KDE
echo "startkde" > /home/liveuser/.xsession
chmod a+x /home/liveuser/.xsession
chown fedora:fedora /home/liveuser/.xsession
chown liveuser:liveuser /home/liveuser/.xsession
# set up autologin for user fedora
sed -i 's/#AutoLoginEnable=true/AutoLoginEnable=true/' /etc/kde/kdm/kdmrc