Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstarts

This commit is contained in:
Jeroen van Meeuwen (Fedora Unity) 2009-07-21 13:25:17 +02:00
commit 32ab440444
6 changed files with 47 additions and 89 deletions

View File

@ -161,7 +161,7 @@ mountPersistentHome() {
fi fi
# if it's encrypted, we need to unlock it # if it's encrypted, we need to unlock it
if [ "\$(/lib/udev/vol_id -t \$homedev 2>/dev/null)" = "crypto_LUKS" ]; then if [ "\$(/sbin/blkid -s TYPE -o value \$homedev 2>/dev/null)" = "crypto_LUKS" ]; then
echo echo
echo "Setting up encrypted /home device" echo "Setting up encrypted /home device"
plymouth ask-for-password --command="cryptsetup luksOpen \$homedev EncHome" plymouth ask-for-password --command="cryptsetup luksOpen \$homedev EncHome"

View File

@ -26,13 +26,14 @@ festvox-slt-arctic-hts
# dictionaries are big # dictionaries are big
-aspell-* -aspell-*
-hunspell-* -hunspell-*
-man-pages-* -man-pages*
-words -words
# save some space # save some space
-gnome-user-docs -gnome-user-docs
-gimp-help -gimp-help
-gimp-help-browser -gimp-help-browser
-gimp-data-extras
-evolution-help -evolution-help
-gnome-games -gnome-games
-gnome-games-help -gnome-games-help
@ -44,11 +45,21 @@ festvox-slt-arctic-hts
-evince-djvu -evince-djvu
# not needed for gnome # not needed for gnome
-acpid -acpid
-wget
# these pull in excessive dependencies # these pull in excessive dependencies
-ekiga -ekiga
-tomboy -tomboy
-f-spot -f-spot
# drop some system-config things
-system-config-boot
-system-config-language
-system-config-lvm
-system-config-network
-system-config-rootpassword
-system-config-services
-policycoreutils-gui
%end %end
%post %post

View File

@ -37,7 +37,6 @@ koffice-kpresenter # ~3 megs
koffice-filters koffice-filters
kdeartwork # only include some parts of kdeartwork kdeartwork # only include some parts of kdeartwork
k3b k3b
filelight # ~400kb
#twinkle # (~10 megs) #twinkle # (~10 megs)
fuse fuse
liveusb-creator liveusb-creator
@ -46,10 +45,6 @@ liveusb-creator
### fixes and space issues ### fixes and space issues
# make kpackagekit the default on the kde live images
kpackagekit
-gnome-packagekit
# use system-config-printer-kde instead of system-config-printer # use system-config-printer-kde instead of system-config-printer
-system-config-printer -system-config-printer
system-config-printer-kde system-config-printer-kde

View File

@ -7,6 +7,7 @@
# - Rahul Sundaram <sundaram@fedoraproject.org> # - Rahul Sundaram <sundaram@fedoraproject.org>
# - Christoph Wickert <chris@christoph-wickert.de> # - Christoph Wickert <chris@christoph-wickert.de>
# - Kevin Fenzi <kevin@tummy.com> # - Kevin Fenzi <kevin@tummy.com>
# - Adam Miller <maxamillion@gmail.com>
%include fedora-live-base.ks %include fedora-live-base.ks
@ -18,6 +19,9 @@ NetworkManager-openvpn
NetworkManager-gnome NetworkManager-gnome
NetworkManager-pptp NetworkManager-pptp
# Add the midori browser as a lighter alternative
midori
cheese cheese
# we don't include @office so that we don't get OOo. but some nice bits # we don't include @office so that we don't get OOo. but some nice bits
@ -46,8 +50,7 @@ totem
totem-mozplugin totem-mozplugin
pidgin pidgin
claws-mail claws-mail
# brasero has more dependencies xfburn
gnomebaker
liferea liferea
quodlibet quodlibet
gftp gftp
@ -57,9 +60,10 @@ tracker-search-tool
xfce4-power-manager xfce4-power-manager
seahorse seahorse
rtorrent
transmission transmission
cups-pdf cups-pdf
bluez-gnome gnome-bluetooth
alsa-plugins-pulseaudio alsa-plugins-pulseaudio
pavucontrol pavucontrol
@ -73,33 +77,47 @@ yum-utils
# xfce packages # xfce packages
@xfce-desktop @xfce-desktop
Terminal
gtk-xfce-engine gtk-xfce-engine
orage orage
thunar-volman thunar-volman
thunar-media-tags-plugin
gigolo gigolo
xarchiver xarchiver
xfce4-battery-plugin xfce4-battery-plugin
# we already have thunar-volman
#xfce4-cddrive-plugin
xfce4-cellmodem-plugin
xfce4-clipman-plugin xfce4-clipman-plugin
xfce4-cpugraph-plugin xfce4-cpugraph-plugin
xfce4-datetime-plugin xfce4-datetime-plugin
xfce4-dict-plugin xfce4-dict-plugin
xfce4-diskperf-plugin xfce4-diskperf-plugin
xfce4-eyes-plugin
xfce4-fsguard-plugin
xfce4-genmon-plugin xfce4-genmon-plugin
xfce4-mailwatch-plugin
xfce4-mount-plugin xfce4-mount-plugin
xfce4-netload-plugin xfce4-netload-plugin
xfce4-notes-plugin xfce4-notes-plugin
xfce4-places-plugin xfce4-places-plugin
xfce4-quicklauncher-plugin xfce4-quicklauncher-plugin
xfce4-smartbookmark-plugin
xfce4-screenshooter-plugin xfce4-screenshooter-plugin
xfce4-sensors-plugin xfce4-sensors-plugin
xfce4-systemload-plugin xfce4-systemload-plugin
xfce4-taskmanager xfce4-taskmanager
xfce4-volstatus-icon xfce4-time-out-plugin
xfce4-timer-plugin
xfce4-verve-plugin xfce4-verve-plugin
xfce4-volstatus-icon
# we already have nm-applet
#xfce4-wavelan-plugin
xfce4-weather-plugin xfce4-weather-plugin
xfce4-websearch-plugin xfce4-websearch-plugin
# this one a compatibility layer for GNOME applets and depends on it # this one a compatibility layer for GNOME applets and depends on it
#xfce4-xfapplet-plugin #xfce4-xfapplet-plugin
xfce4-xkb-plugin
xfwm4-themes xfwm4-themes
# dictionaries are big # dictionaries are big

View File

@ -4,7 +4,7 @@
# - Chitlesh Goorah <chitlesh a fedoraproject.org> # - Chitlesh Goorah <chitlesh a fedoraproject.org>
# - Thibault North <tnorth a fedoraproject.org> # - Thibault North <tnorth a fedoraproject.org>
%include fedora-livecd-kde.ks %include fedora-livecd-desktop.ks
# DVD payload # DVD payload
part / --size=8192 part / --size=8192
@ -15,33 +15,15 @@ part / --size=8192
# Embedded design # Embedded design
eclipse-cdt make
eclipse-cdt-sdk eclipse-cdt-sdk
#eclipse-eclox
eclipse-egit eclipse-egit
eclipse-epic eclipse-epic
eclipse-rcp
eclipse-subclipse eclipse-subclipse
doxygen #eclipse-texlipse
splint splint
# KDE basic packages
kdesvn
kdesdk
yakuake
kdebluetooth
# removing useless application from KDE ks
-kdegames
-koffice-kword
-koffice-kspread
-koffice-kpresenter
-koffice-filters
-kdeedu-kstars
# some projects based on ghdl and gtkwave needs
zlib-devel
# Office # Office
dia dia
@ -52,20 +34,10 @@ openoffice.org-writer2latex
openoffice.org-calc openoffice.org-calc
openoffice.org-impress openoffice.org-impress
openoffice.org-extendedPDF openoffice.org-extendedPDF
openoffice.org-ooolatex
kile
tetex-IEEEtran
planner planner
graphviz graphviz
# some other extra packages
firefox
make
wget
tkcvs
# debugging tools # debugging tools
gdb gdb
valgrind valgrind
@ -75,60 +47,21 @@ qemu
# EDA/CAD department # EDA/CAD department
db4-cxx
db4-tcl
perl-Test-Pod perl-Test-Pod
perl-Test-Pod-Coverage perl-Test-Pod-Coverage
# Extra support for compiling SystemC (not fedora compatible) # Removing unnecessary packages from the desktop spin
compat-gcc-34-c++ -abiword
-@games
-gimp
-gimp-libs
-gimp-data-extras
-kdebluetooth
%end %end
%post %post
###### Fedora Electronic Lab ####################################################
# Fedora Electronic Lab:
cat >> /etc/rc.d/init.d/livesys << EOF
# kill stupid klipper
cat > /home/liveuser/.kde/share/config/klipperrc <<KLIPPER_EOF
[General]
AutoStart=false
KLIPPER_EOF
chown liveuser:liveuser /home/liveuser/.kde/share/config/klipperrc
cat > /home/liveuser/.kde/share/config/kxkbrc << KXKBRC_EOF
[Layout]
DisplayNames=us,ch,de,fr
IndicatorOnly=false
LayoutList=us,ch,de,fr
Model=pc104
Options=
ResetOldOptions=true
ShowFlag=true
ShowSingle=true
SwitchMode=Global
Use=true
KXKBRC_EOF
chown liveuser:liveuser /home/liveuser/.kde/share/config/kxkbrc
# Chitlesh doesn't like the KDE icon on the kicker, but fedora's
# icon taken from fedora-logos and applied by kde-settings
# FEL doesn't need these and boots slowly
/sbin/chkconfig sendmail off 2>/dev/null
/sbin/chkconfig nfs off 2>/dev/null
/sbin/chkconfig nfslock off 2>/dev/null
/sbin/chkconfig rpcidmapd off 2>/dev/null
/sbin/chkconfig rpcbind off 2>/dev/null
EOF
%end %end

View File

@ -75,6 +75,7 @@ blobwars
bombardier bombardier
cdogs-sdl cdogs-sdl
clanbomber clanbomber
colossus
foobillard foobillard
glaxium glaxium
gnubg gnubg