fedora-kickstarts/fedora-livedvd-electronic-l...

68 lines
837 B
Plaintext
Raw Normal View History

# Description : Live DVD image for Fedora Electronic Lab
#
# Maintainer(s):
# - Chitlesh Goorah <chitlesh a fedoraproject.org>
2009-03-14 11:20:45 +00:00
# - Thibault North <tnorth a fedoraproject.org>
%include fedora-livecd-desktop.ks
2008-09-21 08:57:39 +00:00
# DVD payload
part / --size=8192
%packages
2009-03-14 11:20:45 +00:00
@electronic-lab
# Embedded design
make
2009-03-14 11:20:45 +00:00
eclipse-cdt-sdk
#eclipse-eclox
2009-03-14 11:20:45 +00:00
eclipse-egit
eclipse-epic
eclipse-subclipse
#eclipse-texlipse
2009-03-14 11:20:45 +00:00
splint
2008-09-03 16:51:39 +00:00
# Office
2009-03-14 11:20:45 +00:00
dia
vym
2008-09-03 16:51:39 +00:00
openoffice.org-writer
openoffice.org-math
openoffice.org-writer2latex
openoffice.org-calc
openoffice.org-impress
openoffice.org-extendedPDF
planner
2009-03-14 11:20:45 +00:00
graphviz
2008-09-03 16:51:39 +00:00
2008-11-09 18:23:52 +00:00
# debugging tools
gdb
valgrind
kdbg
wireshark-gnome
qemu
2009-03-14 11:20:45 +00:00
# EDA/CAD department
perl-Test-Pod
perl-Test-Pod-Coverage
2008-09-03 16:51:39 +00:00
# Removing unnecessary packages from the desktop spin
-abiword
-@games
-gimp
-gimp-libs
-gimp-data-extras
-kdebluetooth
2008-09-03 16:51:39 +00:00
%end
%post
%end