summaryrefslogtreecommitdiffstats
path: root/fedora-livecd-lxde.ks
diff options
context:
space:
mode:
authorChristoph Wickert <fedora@christoph-wickert.de>2009-10-07 02:04:54 +0200
committerChristoph Wickert <fedora@christoph-wickert.de>2009-10-07 02:04:54 +0200
commit1c2828431473c2b39157ad79a8bbe1c870e766ea (patch)
tree4e747d3b5e5e10614cfe4aad5fabe4ae87ba5a2d /fedora-livecd-lxde.ks
parent6232a8d1b1e0fb7b2a148504632ae2b6368ebc32 (diff)
downloadspin-kickstarts-1c2828431473c2b39157ad79a8bbe1c870e766ea.tar.gz
spin-kickstarts-1c2828431473c2b39157ad79a8bbe1c870e766ea.tar.xz
spin-kickstarts-1c2828431473c2b39157ad79a8bbe1c870e766ea.zip
include liveinst.desktop, replace pavucontrol with gmixer and xfce4-notifd with notification-deamon and, update slim.conf
Diffstat (limited to 'fedora-livecd-lxde.ks')
-rw-r--r--fedora-livecd-lxde.ks20
1 files changed, 17 insertions, 3 deletions
diff --git a/fedora-livecd-lxde.ks b/fedora-livecd-lxde.ks
index dadeaa3..fe650bd 100644
--- a/fedora-livecd-lxde.ks
+++ b/fedora-livecd-lxde.ks
@@ -34,7 +34,7 @@ epdfview
mtpaint
# audio & video
-pavucontrol
+gmixer
lxmusic
asunder
gxine
@@ -68,6 +68,10 @@ gnome-packagekit*
PolicyKit-gnome
-PolicyKit-kde
+# make sure xfce4-notifyd is not pulled in
+-xfce4-notifyd
+notification-daemon
+
# use yumex instead of gnome-packagekit
#-gnome-packagekit
#yumex
@@ -109,11 +113,21 @@ restorecon -R /home/liveuser
# set up timed auto-login for after 60 seconds
# partititial fix for bug # 518068
cat >> /etc/slim.conf << FOE
-auto_login yes
+auto_login yes
default_user liveuser
-authfile /var/run/slim/slim.auth
+authfile /var/run/slim.auth
FOE
+# Show harddisk install on the desktop
+sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
+mkdir /home/liveuser/Desktop
+cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
+chmod a+x /home/liveuser/Desktop/liveinst.desktop
+
+# this goes at the end after all other changes.
+chown -R liveuser:liveuser /home/liveuser
+restorecon -R /home/liveuser
+
EOF
%end