Subversion Repositories livecd

Rev

Rev 321 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

########################################################################
#
#  LiveCD with gnome desktop
#
#  Urs Beyerle, ETHZ
#
########################################################################

part / --size 4096 --fstype ext4

########################################################################
# Include kickstart files
########################################################################

%include sl6-live-base.ks
## %include sl6-config-icewm.ks
%include sl6-extra-software.ks
%include sl6-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

@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

## remove some fonts and input methodes
# remove Chinese font (Ming face) (9 MB)
# we still have wqy-zenhei-fonts 
-cjkuni-fonts-common
-cjkuni-uming-fonts
# remove Tibetan fonts (4.3 MB), (2.2 MB)
# we keep tibetan-machine-uni-fonts
-tibetan-machine-uni-fonts
-jomolhari-fonts
# remove Ethiopic fonts 
-abyssinica-fonts
# remove Korean input method (6.3 MB)
-ibus-hangul
-libhangul

## packages to add
lftp
thunderbird
#@openafs-client
cups
cups-pk-helper

%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