-
Notifications
You must be signed in to change notification settings - Fork 0
/
fedora-rescue-packages.ks
87 lines (74 loc) · 1012 Bytes
/
fedora-rescue-packages.ks
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# fedora-resue-packages.ks
#
# Description:
# - Fedora Live Rescue spin packages
#
# Maintainer(s):
%packages
-firefox
chromium
-pragha
-parole
-claws
-geany
-pidgin
-transmission
abattis-cantarell-fonts
xterm
vim-enhanced
gvim
emacs
tmux
screen
f25-backgrounds-base
fedora-icon-theme
#utilities
ImageMagick
#tools
testdisk
qphotorec
ntfsprogs
ntfs-3g
gparted
rsync
nfs-utils
samba-client
samba
#system-config-samba
fsarchiver
#find out why this is not available
#nmap-netcat
p7zip
arj
zip
arj
lftp
lftp-scripts
wipe
nwipe
mediawriter
tuxcmd
meld
fslint
md5deep
#apps
# unlock default keyring. FIXME: Should probably be done in comps
# gnome-keyring-pam #Maybe add if gnome stuff
# Admin tools are handy to have
#@admin-tools
wget
rfkill
curl
powerline
tmux-powerline
vim-powerline
powerline-docs
#system-config-printer
#system-config-date
# save some space
-autofs
-acpid
-realmd # only seems to be used in GNOME
-aspell-* # dictionaries are big
-abrt-*
%end