summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2009-08-04 14:33:46 +0200
committerJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2009-08-04 14:33:46 +0200
commit10833cdbb790bef8f4ffe758d3fea78bffe19ed4 (patch)
treebb031086c1957654d09dcf56cdb0e4b992dd7043 /custom
parentbb9621b7b2bff6dfffdffa3d0bb087840009d7a7 (diff)
downloadspin-kickstarts-10833cdbb790bef8f4ffe758d3fea78bffe19ed4.tar.gz
spin-kickstarts-10833cdbb790bef8f4ffe758d3fea78bffe19ed4.tar.xz
spin-kickstarts-10833cdbb790bef8f4ffe758d3fea78bffe19ed4.zip
Move LXDE Spin into main directory and update Makefile.am
Diffstat (limited to 'custom')
-rw-r--r--custom/fedora-livecd-lxde.ks114
1 files changed, 0 insertions, 114 deletions
diff --git a/custom/fedora-livecd-lxde.ks b/custom/fedora-livecd-lxde.ks
deleted file mode 100644
index 21f01ef..0000000
--- a/custom/fedora-livecd-lxde.ks
+++ /dev/null
@@ -1,114 +0,0 @@
-# fedora-livecd-lxde.ks
-#
-# Description:
-# - Fedora Live Spin with the light-weight LXDE Desktop Environment
-#
-# Maintainer(s):
-# - Christoph Wickert <cwickert@fedoraproject.org>
-
-%include fedora-live-base.ks
-
-%packages
-# rebranding
--fedora-release
--fedora-logos
--fedora-release-notes
-generic-logos
-generic-release
-generic-release-notes
-
-# LXDE desktop
-@lxde-desktop
-lxlauncher
-obconf
-parcellite
-slim
-
-# internet
-midori
-sylpheed
-lostirc
-transmission
-gftp
-
-# office
-abiword
-gnumeric
-osmo
-#glista
-
-# graphics
-epdfview
-mtpaint
-
-# audio & video
-pavucontrol
-lxmusic
-asunder
-totem
-totem-mozplugin
-
-# I'm looking for something smaller than
-gnomebaker
-
-# development
-#geany
-
-# More Desktop stuff
-xdg-user-dirs
-@java
-alsa-plugins-pulseaudio
-NetworkManager-gnome
-galculator
-xpad
-cups-pdf
-
-# use yumex instead of gnome-packagekit
-#-gnome-packagekit
-#yumex
-
-# Command line
-powertop
-wget
-yum-utils
-
-# dictionaries are big
--aspell-*
--hunspell-*
--man-pages-*
--words
-
-# save some space
--nss_db
--sendmail
-ssmtp
--acpid
-
-%end
-
-%post
-# LXDE and SLiM configuration
-
-# create /etc/sysconfig/desktop (needed for installation)
-
-cat >> /etc/sysconfig/desktop <<EOF
-PREFERRED=/usr/bin/startlxde
-DISPLAYMANAGER=/usr/bin/slim-dynwm
-EOF
-
-cat >> /etc/rc.d/init.d/livesys << EOF
-chown -R liveuser:liveuser /home/liveuser
-restorecon -R /home/liveuser
-
-# set up timed auto-login for after 60 seconds
-cat >> /etc/slim.conf << FOE
-auto_login yes
-default_user liveuser
-FOE
-
-EOF
-
-%post
-
-%end
-