From 52543aa7048b729a194a4987943ea7ae45f138cb Mon Sep 17 00:00:00 2001 From: Dan HorĂ¡k Date: Tue, 2 Nov 2010 15:30:34 +0100 Subject: initial import of http://dmach.fedorapeople.org/server-spin/ --- Fedora-Server-comps.xml | 348 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 348 insertions(+) create mode 100644 Fedora-Server-comps.xml (limited to 'Fedora-Server-comps.xml') diff --git a/Fedora-Server-comps.xml b/Fedora-Server-comps.xml new file mode 100644 index 0000000..96abb44 --- /dev/null +++ b/Fedora-Server-comps.xml @@ -0,0 +1,348 @@ + + + + + core + true + false + 1024 + Core + Smallest possible installation. + + audit + basesystem + bash + coreutils + dhclient + e2fsprogs + fedora-release + filesystem + glibc + initscripts + logrotate + pam + passwd + policycoreutils + procps + rootfiles + rpm + rsyslog + selinux-policy-targeted + setup + shadow-utils + udev + util-linux-ng + grub + ppc64-utils + s390utils + sendmail + silo + yaboot + + + + + base + true + true + 1024 + Base + Base set of packages. Useful for creating small router/firewall boxes, for example. + + acl + acpid + at + attr + bzip2 + cpio + cronie + cronie-noanacron + dhclient + file + findutils + grep + gzip + iproute + iptables + iptables-ipv6 + iputils + irqbalance + less + lsof + man + openssh-server + openssh-clients + pciutils + postfix + rsync + sed + smartmontools + sudo + tar + time + tmpwatch + usbutils + vim-minimal + which + xz + yum + yum-presto + yum-utils + yum-plugin-downloadonly + xz + authconfig + bc + dos2unix + gpm + htop + logwatch + quota + rssh + system-config-firewall-tui + system-config-network-tui + tree + unzip + zip + + + + + console-internet + true + true + 1024 + Console Internet Tools + + + curl + wget + elinks + fetchmail + ftp + lftp + mutt + + + + + text-editors + false + true + 1024 + Text Editors + + + nano + vim-enhanced + ed + + + + + network-file-system-client + false + true + 1024 + Network File System Client + + + nfs-utils + autofs + cifs-utils + nfs4-acl-tools + samba-client + + + + + network-server + false + true + 1024 + Network Server + + + bind + bind-chroot + bird + bird6 + dhcp + dnsmasq + quagga + syslinux + tftp-server + xinetd + + + + + network-tools + false + true + 1024 + Networking Tools + + + nc + nc6 + nmap + tcpdump + telnet + traceroute + arptables_jf + arpwatch + bind-utils + bridge-utils + ebtables + ethtool + ftp + iptraf + mtr + tftp + wireshark + wol + + + + + storage + false + true + 1024 + Storage and Filesystem Tools + + + device-mapper + lvm2 + cryptsetup-luks + device-mapper-multipath + dmraid + gpart + hdparm + kpartx + lvm2-cluster + mdadm + parted + xfsdump + xfsprogs + + + + + web-server + false + true + 1024 + Web Server + + + httpd + mod_ssl + libmemcached + httpd-manual + memcached + mod_auth_kerb + mod_perl + mod_python + mod_wsgi + + + + + scm + false + true + 1024 + Souce Control Management + . + + cvs + git + subversion + mercurial + + + + + file-server + false + true + 1024 + File Server + + + proftpd + pure-ftpd + samba + vsftpd + xferstats + + + + + mysql + false + true + 1024 + MySQL + MySQL database. + + mysql + mysql-server + + + + + postgresql + false + true + 1024 + PostgreSQL + PostgreSQL database. + + postgresql + postgresql-server + perl-DBD-Pg + postgresql-odbc + postgresql-python + postgresql-plperl + postgresql-plpython + python-psycopg2 + + + + + base-system + 99 + Base System + Various core pieces of the system. + + base + console-internet + + + + + servers + 90 + Servers + Software used for running network servers + + network-server + dns-server + server-cfg + news-server + web-server + smb-server + sql-server + directory-server + ftp-server + printing + mysql + mail-server + network-server + legacy-network-server + + + + -- cgit