File tree Expand file tree Collapse file tree
tools/appliance/definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ install_packages() {
3636 apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables
3737 apt-get --no-install-recommends -q -y --force-yes install openssh-server openssl e2fsprogs dhcp3-client tcpdump socat wget
3838 # apt-get --no-install-recommends -q -y --force-yes install grub-legacy
39- apt-get --no-install-recommends -q -y --force-yes install python bzip2 sed gawk diffutils grep gzip less tar telnet ftp rsync traceroute psmisc lsof procps monit inetutils-ping iputils-arping httping
39+ apt-get --no-install-recommends -q -y --force-yes install python bzip2 sed gawk diffutils grep gzip less tar telnet ftp rsync traceroute psmisc lsof procps inetutils-ping iputils-arping httping
4040 apt-get --no-install-recommends -q -y --force-yes install dnsutils zip unzip ethtool uuid file iproute acpid virt-what sudo
4141
4242 # sysstat
@@ -220,7 +220,6 @@ configure_services() {
220220 chkconfig cloud-passwd-srvr off
221221 chkconfig --add cloud
222222 chkconfig cloud off
223- chkconfig monit off
224223 chkconfig xl2tpd off
225224}
226225
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ install_packages() {
3535 apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables
3636 apt-get --no-install-recommends -q -y --force-yes install openssh-server openssl e2fsprogs dhcp3-client tcpdump socat wget
3737 # apt-get --no-install-recommends -q -y --force-yes install grub-legacy
38- apt-get --no-install-recommends -q -y --force-yes install python bzip2 sed gawk diffutils grep gzip less tar telnet ftp rsync traceroute psmisc lsof procps monit inetutils-ping iputils-arping httping
38+ apt-get --no-install-recommends -q -y --force-yes install python bzip2 sed gawk diffutils grep gzip less tar telnet ftp rsync traceroute psmisc lsof procps inetutils-ping iputils-arping httping
3939 apt-get --no-install-recommends -q -y --force-yes install dnsutils zip unzip ethtool uuid file iproute acpid virt-what sudo
4040
4141 # sysstat
@@ -219,7 +219,6 @@ configure_services() {
219219 chkconfig cloud-passwd-srvr off
220220 chkconfig --add cloud
221221 chkconfig cloud off
222- chkconfig monit off
223222 chkconfig xl2tpd off
224223}
225224
You can’t perform that action at this time.
0 commit comments