mirror of https://github.com/apache/cloudstack.git
Adding cifs support to systemvm 64bit to support Hyperv
This commit is contained in:
parent
3f8741a4ec
commit
9d50b0bb68
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue