From d7aa4ef4e2465608dee99bfab80bc7cf7bd646b4 Mon Sep 17 00:00:00 2001 From: Chiradeep Vittal Date: Fri, 28 Jan 2011 16:27:16 -0800 Subject: [PATCH] Add some useful packages to systemvm --- patches/systemvm/debian/buildsystemvm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/systemvm/debian/buildsystemvm.sh b/patches/systemvm/debian/buildsystemvm.sh index a4e34b87b69..1665c51fb11 100755 --- a/patches/systemvm/debian/buildsystemvm.sh +++ b/patches/systemvm/debian/buildsystemvm.sh @@ -338,10 +338,10 @@ packages() { export DEBIAN_FRONTEND DEBIAN_PRIORITY DEBCONF_DB_OVERRIDE #basic stuff - chroot . apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables openssh-server grub e2fsprogs dhcp3-client dnsmasq tcpdump socat wget python bzip2 sed gawk diff grep gzip less tar telnet traceroute psmisc lsof procps monit inetutils-ping iputils-arping httping dnsutils zip unzip ethtool uuid file iproute acpid iptables-persistent + chroot . apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables openssh-server grub e2fsprogs dhcp3-client dnsmasq tcpdump socat wget python bzip2 sed gawk diff grep gzip less tar telnet ftp rsync traceroute psmisc lsof procps monit inetutils-ping iputils-arping httping dnsutils zip unzip ethtool uuid file iproute acpid iptables-persistent virt-what sudo #sysstat - chroot . echo 'sysstat/enabled boolean true' | debconf-set-selections + chroot . echo 'sysstat sysstat/enable boolean true' | chroot . debconf-set-selections chroot . apt-get --no-install-recommends -q -y --force-yes install sysstat #apache chroot . apt-get --no-install-recommends -q -y --force-yes install apache2 ssl-cert