mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-04 15:54:20 +00:00
722b29c75c
... instead of the desktop spin.
60 lines
746 B
Plaintext
60 lines
746 B
Plaintext
# Description : Live DVD image for Fedora/Free Electronic Lab
|
|
#
|
|
# Maintainer(s):
|
|
# - Chitlesh Goorah <chitlesh a fedoraproject.org>
|
|
# - Thibault North <tnorth a fedoraproject.org>
|
|
|
|
%include fedora-live-workstation.ks
|
|
|
|
# DVD payload
|
|
part / --size 10240
|
|
|
|
%packages
|
|
|
|
@electronic-lab
|
|
|
|
# Support for the Milkymist hardware community
|
|
@milkymist
|
|
|
|
|
|
# Office
|
|
dia
|
|
vym
|
|
libreoffice-writer
|
|
libreoffice-calc
|
|
libreoffice-impress
|
|
#libreoffice-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
|
|
-kbluetooth
|
|
-rdesktop
|
|
|
|
%end
|
|
|
|
%post
|
|
|
|
%end
|