Updated Branches: refs/heads/master 3f8741a4e -> 9d50b0bb6
Adding cifs support to systemvm 64bit to support Hyperv Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9d50b0bb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9d50b0bb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9d50b0bb Branch: refs/heads/master Commit: 9d50b0bb684dbe2dd401f2158960b65fff1516dd Parents: 3f8741a Author: Rajesh Battala <[email protected]> Authored: Wed Dec 4 15:48:01 2013 +0530 Committer: Rajesh Battala <[email protected]> Committed: Wed Dec 4 15:53:27 2013 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/postinstall.sh | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d50b0bb/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index d25ba13..c788965 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -51,6 +51,10 @@ install_packages() { apt-get --no-install-recommends -q -y --force-yes install nfs-common # nfs irqbalance apt-get --no-install-recommends -q -y --force-yes install irqbalance + + # cifs client + apt-get --no-install-recommends -q -y --force-yes install samba-common + apt-get --no-install-recommends -q -y --force-yes install cifs-utils # vpn stuff apt-get --no-install-recommends -q -y --force-yes install xl2tpd bcrelay ppp ipsec-tools tdb-tools
