# maintained by Rahul Sundaram # Omega 11 Remix # This remix is not affliated or endorsed by Red Hat # Create your own remix - http://fedoraproject.org/wiki/How_to_create_and_use_a_Live_CD # The fedora live base ks file is part of spin-kickstart package in Fedora repo. If you want to compose your own Live CD, you # MUST change the repository settings there to point to Fedora 11 and Fedora 11 updates repository instead of Rawhide. # If you use the kickstart file without changing the settings, Rawhide is used by default and compose is likely to fail. %include fedora-live-base.ks services --enabled=NetworkManager --disabled=rpcsvcgssd,rpcgssd,rpcidmapd,sshd,network,nfslock,nfs,rpcbind repo --name=rpmfusion-free --baseurl=http://download1.rpmfusion.org/free/fedora/releases/11/Everything/i386/os repo --name=rpmfusion-free-updates --baseurl=http://download1.rpmfusion.org/free/fedora/updates/11/i386 repo --name=rpmfusion-non-free --baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/11/Everything/i386/os repo --name=rpmfusion-non-free-updates --baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/11/i386 repo --name=livna --baseurl=ftp://mirrors.tummy.com/pub/rpm.livna.org/repo/11/i386 %packages @games @graphical-internet @graphics @sound-and-video @gnome-desktop nss-mdns NetworkManager-vpnc NetworkManager-openvpn # we don't include @office so that we don't get OOo. but some nice bits abiword #gnumeric #planner #inkscape # avoid weird case where we pull in more festival stuff than we need festival festvox-slt-arctic-hts # dictionaries are big -aspell-* -hunspell-* -man-pages* -words # save some space -gnome-user-docs -gimp-help -gimp-help-browser -gimp-data-extras -evolution-help -gnome-games -gnome-games-help -nss_db -vino -isdn4k-utils -dasher -evince-dvi -evince-djvu # not needed for gnome -acpid # added for omega nautilus-open-terminal wget gnote powertop mc yum-presto # instead of sendmail -sendmail ssmtp # these pull in excessive dependencies -ekiga -tomboy -f-spot # remove for omega -yelp -bluecurve-icon-theme # most of the fonts get chopped -lohit-* -smc-* -bitmap-* -cjk* -baekmuk-* -madan-* -kacst-* -vlgothic-* -abyssinica-* -paktype-* -tibetan-machine-* -stix-* -thai-scalable-* -lklug-* -abyssinica-* -jomolhari-* -padauk-* -mathml-* -khmeros-* -un-core-* # dictionaries # ibus packages -ibus* -m17n* # drop some system-config things -system-config-boot -system-config-language -system-config-lvm system-config-network -system-config-rootpassword -system-config-selinux system-config-services # rebranding -fedora-logos -fedora-release -fedora-release-notes generic-release generic-logos generic-release-notes # rpmfusion release packages rpmfusion-free-release rpmfusion-nonfree-release # livna because we need libdvdcss for playing encrypted DVD's livna-release # codecs gstreamer-plugins-ugly gstreamer-ffmpeg # rpmfusion status of this package is unclear # only livna has it now libdvdcss # media players gxine xine-lib-extras-nonfree gnome-mplayer gecko-mediaplayer mencoder ffmpeg2theora %end %post # rebranding sed -i -e 's/Generic/Omega 11.1 Fedora Remix/g' /etc/fedora-release /etc/issue cat >> /etc/rc.d/init.d/livesys << EOF # disable screensaver locking gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null # set up timed auto-login for after 60 seconds cat >> /etc/gdm/custom.conf << FOE [daemon] TimedLoginEnable=true TimedLogin=liveuser TimedLoginDelay=60 FOE EOF %end