fedora-kickstarts/fedora-livedvd-electronic-lab.ks

60 lines
744 B
Plaintext
Raw Normal View History

# Description : Live DVD image for Fedora/Free Electronic Lab
#
# Maintainer(s):
# - Chitlesh Goorah <chitlesh a fedoraproject.org>
2009-03-14 12:20:45 +01:00
# - Thibault North <tnorth a fedoraproject.org>
%include fedora-livecd-desktop.ks
2008-09-21 10:57:39 +02:00
# DVD payload
2013-09-15 06:59:06 +05:30
part / --size 10240
2008-09-21 10:57:39 +02:00
%packages
2009-03-14 12:20:45 +01:00
@electronic-lab
# Support for the Milkymist hardware community
@milkymist
2009-03-14 12:20:45 +01:00
2008-09-03 18:51:39 +02:00
# Office
2009-03-14 12:20:45 +01:00
dia
vym
libreoffice-writer
libreoffice-calc
libreoffice-impress
#libreoffice-extendedPDF
2008-09-03 18:51:39 +02:00
planner
2009-03-14 12:20:45 +01:00
graphviz
2008-09-03 18:51:39 +02:00
2008-11-09 19:23:52 +01:00
# debugging tools
2009-09-28 19:38:12 +02:00
make
2008-11-09 19:23:52 +01:00
gdb
valgrind
kdbg
wireshark-gnome
qemu
2009-03-14 12:20:45 +01:00
# EDA/CAD department
perl-Test-Pod
perl-Test-Pod-Coverage
2008-09-03 18:51:39 +02:00
# Removing unnecessary packages from the desktop spin
-abiword
-@games
-gimp
-gimp-libs
-gimp-data-extras
-kdebluetooth
-kbluetooth
-rdesktop
%end
%post
%end