Updated Branches: refs/heads/4.3 9e04e33d1 -> ab2e17163
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/ab2e1716 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ab2e1716 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ab2e1716 Branch: refs/heads/4.3 Commit: ab2e17163bbacab64141732e1293a3c583418377 Parents: 9e04e33 Author: Rajesh Battala <[email protected]> Authored: Wed Dec 4 15:48:01 2013 +0530 Committer: Rajesh Battala <[email protected]> Committed: Wed Dec 4 15:48:01 2013 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/postinstall.sh | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ab2e1716/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 3232dc0..3db524c 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
