1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-29 17:27:22 +00:00

Xfce: Don't configure settings for root as login is disabled anyway

This commit is contained in:
Christoph Wickert 2011-04-09 21:43:32 +02:00
parent 27027824b9
commit ba70d3bcfb

View File

@ -191,12 +191,6 @@ EOF
# set up auto-login for liveuser # set up auto-login for liveuser
sed -i 's|# autologin=dgod|autologin=liveuser|g' /etc/lxdm/lxdm.conf sed -i 's|# autologin=dgod|autologin=liveuser|g' /etc/lxdm/lxdm.conf
mkdir -p /root/.config/xfce4
cat > /root/.config/xfce4/helpers.rc <<EOF
MailReader=sylpheed-claws
EOF
cat >> /etc/rc.d/init.d/livesys << EOF cat >> /etc/rc.d/init.d/livesys << EOF
mkdir -p /home/liveuser/.config/xfce4 mkdir -p /home/liveuser/.config/xfce4