######################################################################## # # LiveCD with gnome desktop # # Urs Beyerle, ETHZ # ######################################################################## part / --size 4096 --fstype ext4 ######################################################################## # Include kickstart files ######################################################################## %include sl64-live-base.ks %include sl64-extra-software.ks %include sl64-doc.ks # %include sl64-live-NONPAE.ks # uncomment to build with nonpae kernel from elrepo # %include sl64-config-icewm.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 -system-config-printer -system-config-printer-udev -system-config-printer-libs -samba-common -samba-client -cifs-utils -gvfs-smb -gnome-vfs2-smb -libsmbclient -samba-winbind -samba-winbind-clients -mousetweaks -foomatic-db-ppds -redhat-lsb-printing ## 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 cups cups-pk-helper xorg-x11-fonts-100dpi xorg-x11-fonts-ISO8859-1-100dpi xorg-x11-fonts-Type1 nautilus-sendto spice-client phonon-backend-gstreamer ## packages which are no longer included # @openafs-client # system-config-printer # system-config-printer-udev %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