diff options
Diffstat (limited to 'fedora-livecd-xfce.ks')
-rw-r--r-- | fedora-livecd-xfce.ks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks index 79156ce..63855a0 100644 --- a/fedora-livecd-xfce.ks +++ b/fedora-livecd-xfce.ks @@ -159,6 +159,7 @@ EOF cat >> /etc/rc.d/init.d/livesys << EOF chown -R liveuser:liveuser /home/liveuser +restorecon -R /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 |