mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Add some useful packages to systemvm
This commit is contained in:
parent
daa60e1ad9
commit
d7aa4ef4e2
@ -338,10 +338,10 @@ packages() {
|
|||||||
export DEBIAN_FRONTEND DEBIAN_PRIORITY DEBCONF_DB_OVERRIDE
|
export DEBIAN_FRONTEND DEBIAN_PRIORITY DEBCONF_DB_OVERRIDE
|
||||||
|
|
||||||
#basic stuff
|
#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
|
#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
|
chroot . apt-get --no-install-recommends -q -y --force-yes install sysstat
|
||||||
#apache
|
#apache
|
||||||
chroot . apt-get --no-install-recommends -q -y --force-yes install apache2 ssl-cert
|
chroot . apt-get --no-install-recommends -q -y --force-yes install apache2 ssl-cert
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user