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

@@ -158,7 +158,7 @@ Language=en
EOF
cat >> /etc/rc.d/init.d/livesys << EOF
chown -R fedora:fedora /home/liveuser
chown -R liveuser:liveuser /home/liveuser
# disable screensaver locking
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null