summaryrefslogtreecommitdiffstats
path: root/fedora-livecd-xfce.ks
diff options
context:
space:
mode:
authorRahul Sundaram <sundaram@sundaram.pnq.redhat.com>2008-09-25 23:49:47 +0530
committerRahul Sundaram <sundaram@sundaram.pnq.redhat.com>2008-09-25 23:49:47 +0530
commita92a207649ce13abb641469903fa1c94ed38e540 (patch)
tree046748c20be8c3ca7fdc036070ccf1d76ab655ae /fedora-livecd-xfce.ks
parent7c03fda0d30f6be21faf2d31f7a3d5e083daf5da (diff)
downloadspin-kickstarts-a92a207649ce13abb641469903fa1c94ed38e540.tar.gz
spin-kickstarts-a92a207649ce13abb641469903fa1c94ed38e540.tar.xz
spin-kickstarts-a92a207649ce13abb641469903fa1c94ed38e540.zip
gnome session hack
Diffstat (limited to 'fedora-livecd-xfce.ks')
-rw-r--r--fedora-livecd-xfce.ks6
1 files changed, 6 insertions, 0 deletions
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks
index ca1b866..0729007 100644
--- a/fedora-livecd-xfce.ks
+++ b/fedora-livecd-xfce.ks
@@ -173,6 +173,12 @@ FOE
EOF
+%post
+
+# remove this session file from gnome-session package to make xfce the default
+# temporary hack till this file is split up from the package
+
+rm -rf /usr/share/xsessions/gnome.session
%end