Rev 350 | Rev 352 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
########################################################################
#
# LiveCD with gnome desktop
#
# Urs Beyerle, ETHZ
#
########################################################################
part / --size 4096 --fstype ext4
########################################################################
# Include kickstart files
########################################################################
%include sl63-live-base.ks
## %include sl63-config-icewm.ks
%include sl63-extra-software.ks
%include sl63-doc.ks
########################################################################
# Packages
########################################################################
%packages
# packages removed from @base
-bind-utils
-ed
-kexec-tools
-system-config-kdump
-libaio
-libhugetlbfs
-microcode_ctl
-psacct
-quota
-autofs
-smartmontools
@basic-desktop
# package removed from @basic-desktop
-gok
@desktop-platform
# packages removed from @desktop-platform
-redhat-lsb
@dial-up
@fonts
@general-desktop
# package removed from @general-desktop
-gnome-backgrounds
-gnome-user-share
-nautilus-sendto
-orca
-rhythmbox
-vino
-compiz
-compiz-gnome
-evince-dvi
-gnote
-sound-juicer
# @input-methods
@internet-applications
# package added to @internet-applications
# xchat
# packages removed from @internet-applications
-ekiga
@internet-browser
### SL LiveCD specific changes
## packages to remove to save diskspace
-evolution
-evolution-help
-evolution-mapi
-scenery-backgrounds
-redhat-lsb-graphics
-qt3
-xinetd
-openswan
-pinentry-gtk
-seahorse
-hunspell-*
-words
-nano
-pinfo
-vim-common
-vim-enhanced
-samba-common
-samba-client
## remove some fonts and input methods
# remove Chinese font (Ming face) (8.9 MB)
# we still have wqy-zenhei-fonts
-cjkuni-fonts-common
-cjkuni-uming-fonts
# remove Korean input method (2.1 MB)
-ibus-hangul
-libhangul
## packages to add
lftp
thunderbird
#@openafs-client
cups
cups-pk-helper
system-config-printer
system-config-printer-udev
xorg-x11-fonts-100dpi
xorg-x11-fonts-ISO8859-1-100dpi
xorg-x11-fonts-Type1
nautilus-sendto
spice-client
spice-xpi
phonon-backend-gstreamer
%end
########################################################################
# Post installation
########################################################################
%post
# remove folders/files that use a lot of diskspace
# and are not really needed for LiveCD
rm -rf /usr/share/doc/openafs-*
rm -rf /usr/share/doc/testdisk-*
%end