CLOUDSTACK-2481: add vhd-util in system vm template

This commit is contained in:
Edison Su 2013-06-20 17:49:39 -07:00
parent 6b9ea1761a
commit 5456d0d85e
1 changed files with 5 additions and 0 deletions

View File

@ -164,12 +164,17 @@ EOF
locale-gen en_US.UTF-8
}
fix_vhdutil() {
wget --no-check-certificate http://download.cloud.com.s3.amazonaws.com/tools/vhd-util -O /bin/vhd-util
}
do_fixes() {
fix_nameserver
fix_inittab
fix_acpid
fix_hostname
fix_locale
fix_vhdutil
}
configure_apache2() {