Live media composed of Astronomy SIG's [1] packages, targetted for 1G USB Flash memory sticks. [1] https://fedoraproject.org/wiki/SIGs/Astronomy --- fedora-live-astronomy.ks | 149 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 149 insertions(+), 0 deletions(-) create mode 100644 fedora-live-astronomy.ks diff --git a/fedora-live-astronomy.ks b/fedora-live-astronomy.ks new file mode 100644 index 0000000..1382854 --- /dev/null +++ b/fedora-live-astronomy.ks @@ -0,0 +1,149 @@ +# Maintained by the Fedora Astronomy SIG: +# http://fedoraproject.org/wiki/SIGs/Astronomy +# mailto:fedora-astronomy-list@xxxxxxxxxx + +%include fedora-live-base.ks + +%packages +@gnome-desktop + +nss-mdns +NetworkManager-vpnc +NetworkManager-openvpn + +# Basic office stuff, evo is just too big +abiword +firefox +-evolution +# This requies evolution +-nautilus-sendto +-gnome-backgrounds + +# Most astronomy stuff is useless for visually impaired users +# anyways and this saves a lot of space +-orca +-festival + +# dictionaries are big +-aspell-* +-hunspell-* +-man-pages-* +-words + +# save some space +-gnome-user-docs +-gimp-help +-gimp-help-browser +-evolution-help +-gnome-games +-gnome-games-help +-totem-gstreamer +-totem-xine +-nss_db +-vino +-isdn4k-utils +-dasher +-evince-dvi +-evince-djvu +# not needed for gnome +-acpid + +# these pull in excessive dependencies +-ekiga +-tomboy +-f-spot + +### BEGIN Astronomy packages ### + +# simulators +accrete +celestia +stellarium +redmode +planets +mars-sim +openuniverse +justmoon-gtk +orsa +xvarstar + +# Image processing +ds9 +munipack +siril +gcx +wcstools +funtools +opticalraytracer +saoimage +swarp + +# Observing +gpredict +corrida + +# Star charts +kdeedu-kstars +spacechart +skychart + +# Data processing +nightfall +rmap +sextractor +starplot +starplot-contrib +starplot-gliese3 +starplot-yale5 +xstar +jday +cloudy +ggobi +gnuradio +gnuradio-examples +grc +usrp +extrema +extrema-help +esorex +starlab +skyviewer + +# Telescope control +nexcontrol +nightview + +# maths +octave +scigraphica + +# Extra cruft +boinc-client +boinc-manager +xstar-xscreensaver +astronomy-bookmarks +astronomy-menus-toplevel + +### END Astronomy packages ### + +%end + +%post +cat >> /etc/rc.d/init.d/livesys << EOF +GCONFTOOL="gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults" +# disable screensaver locking +$GCONFTOOL -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null +# We don't install a mailer, remove an useless icon +$GCONFTOOL -g /apps/panel/general/object_id_list |sed -r 's/,?email_launcher//' | + xargs $GCONFTOOL -t list --list-type string --set /apps/panel/general/object_id_list +# 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 -- 1.6.2 _______________________________________________ Fedora astronomy mailing list Fedora-astronomy-list@xxxxxxxxxx http://fedoraproject.org/wiki/SIGs/Astronomy https://www.redhat.com/mailman/listinfo/fedora-astronomy-list