summaryrefslogtreecommitdiffstats
path: root/fedora-live-minimization.ks
blob: b4ce009d448618c9dad234eca0c41a50b6c6d3bc (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
# Common packages removed from comps
# For F14, these removals should be moved to comps itself

%packages

# save some space
-mpage
-sox
-hplip
-hpijs
-numactl
-isdn4k-utils
-autofs
# smartcards won't really work on the livecd.
-coolkey
-wget

# qlogic firmwares
-ql2100-firmware
-ql2200-firmware
-ql23xx-firmware

# scanning takes quite a bit of space :/
-xsane
-xsane-gimp
-sane-backends

%end