mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2481: add vhd-util in system vm template
This commit is contained in:
parent
6b9ea1761a
commit
5456d0d85e
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue