summaryrefslogtreecommitdiffstats
path: root/fedora-livedvd-electronic-lab.ks
blob: cd3f1164e80ea968966d11fd24acd560dfc45c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Description : Live DVD image for Fedora Electronic Lab
#
# Maintainer(s):
# - Chitlesh Goorah <chitlesh a fedoraproject.org>
# - Thibault North  <tnorth   a fedoraproject.org>

%include fedora-livecd-desktop.ks

# DVD payload
part / --size=8192

%packages

@electronic-lab


# Office
dia
vym
openoffice.org-writer
openoffice.org-calc
openoffice.org-impress
openoffice.org-extendedPDF
planner
graphviz


# debugging tools
make
gdb
valgrind
kdbg
wireshark-gnome
qemu


# EDA/CAD department
perl-Test-Pod
perl-Test-Pod-Coverage


# Removing unnecessary packages from the desktop spin
-abiword
-@games
-gimp
-gimp-libs
-gimp-data-extras
-kdebluetooth


%end

%post

%end