Subversion Repositories livecd

Rev

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

########################################################################
#
#  Mini LiveCD with icewm desktop
#
########################################################################

part / --size 4096 --fstype ext4

%include sl6-live-base.ks

%packages
# packages removed from @base
-bind-utils
-ed
-kexec-tools
-libaio
-libhugetlbfs
-microcode_ctl
-psacct
-quota
# from @fonts
dejavu-fonts-common
dejavu-sans-fonts
dejavu-sans-mono-fonts
dejavu-serif-fonts
fontpackages-filesystem
xorg-x11-fonts-misc

# login manager
gdm

# icewm desktop
@ice-desktop

## mini SL LiveCD specific changes

# packages to remove
-scenery-backgrounds
-qt3                    #  3.5 M
-xinetd
-smartmontools
-ql2100-firmware
-ql2200-firmware
-ql23xx-firmware
-ql2400-firmware
-ql2500-firmware
-samba-common           # 46 M
-samba-client           # 41 M
-samba-winbind-clients  #  3.4 M
-openafs                # 15 M
-selinux-policy         # 10 M
-nmap                   #  7.2 M
-mysql-libs             #  3.9 M
-words                  #  4.7 M
-openswan               #  2.3 M

# packages to add
ibus-gtk
thunderbird
firefox

%end


%post

### save diskspace for MiniLiveCD
# remove yumdb - will give a warning that "RPMDB altered outside of yum"
rm -rf /var/lib/yum/yumdb/*

%end