Repository: cloudstack
Updated Branches:
  refs/heads/4.3 cb970cb8c -> a8cabf874


CLOUDSTACK-6375: suppress the prompt while installing openssl


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a8cabf87
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a8cabf87
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a8cabf87

Branch: refs/heads/4.3
Commit: a8cabf8748a195931d82e9b5807748119c14d31f
Parents: cb970cb
Author: Frank.Zhang <frank.zh...@citrix.com>
Authored: Thu Apr 10 11:50:36 2014 -0700
Committer: Frank.Zhang <frank.zh...@citrix.com>
Committed: Thu Apr 10 11:50:36 2014 -0700

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a8cabf87/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh 
b/tools/appliance/definitions/systemvm64template/postinstall.sh
index 9bd8347..9176ae3 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -35,7 +35,7 @@ install_packages() {
 
   # Basic packages
   apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate 
cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables
-  apt-get --no-install-recommends -q -y --force-yes install openssh-server 
openssl e2fsprogs dhcp3-client tcpdump socat wget
+  apt-get --no-install-recommends -qq -y --force-yes install openssh-server 
openssl e2fsprogs dhcp3-client tcpdump socat wget
   # apt-get --no-install-recommends -q -y --force-yes install grub-legacy
   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
   apt-get --no-install-recommends -q -y --force-yes install dnsutils zip unzip 
ethtool uuid file iproute acpid virt-what sudo

Reply via email to