forked from theforeman/foreman-discovery-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
20-packages.ks
93 lines (79 loc) · 1.1 KB
/
20-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
87
88
89
90
91
92
93
%packages --excludedocs --nobase
bash
kernel
grub2
e2fsprogs
passwd
policycoreutils
chkconfig
rootfiles
yum
vim-minimal
acpid
tftp
lldpad
# Facter
facter
ethtool
net-tools
dmidecode
virt-what
# Foreman
sudo
OpenIPMI
OpenIPMI-tools
foreman-proxy
# Debugging support
less
file
# Only needed because livecd-tools runs /usr/bin/firewall-offline-cmd
# unconditionally; patch submitted upstream. Remove once released version
# with it is available
firewalld
# SSH access
openssh-clients
openssh-server
# Starts all interfaces automatically for us
NetworkManager
uuid
# Used to update code at runtime
unzip
# Enable stripping
binutils
#
# Packages to Remove
#
-prelink
-setserial
-ed
-tar
-authconfig
-wireless-tools
# Remove the kbd bits
-kbd
-usermode
# file system stuff
-kpartx
-dmraid
-mdadm
-lvm2
-e2fsprogs
-e2fsprogs-libs
# grub
-freetype
-grub2
-grub2-tools
-grubby
-os-prober
# selinux toolchain of policycoreutils, libsemanage, ustr
-policycoreutils
-checkpolicy
-selinux-policy*
-libselinux-python
-libselinux
# Things it would be nice to loose
-fedora-logos
# EL
#generic-logos
-fedora-release-notes
%end