Depend: add dnsmasq (needed), remove landscape-client (not)
This commit is contained in:
+3
-4
@@ -140,8 +140,7 @@ def depend():
|
|||||||
run( 'sudo apt-get -y update' )
|
run( 'sudo apt-get -y update' )
|
||||||
run( 'sudo apt-get install -y'
|
run( 'sudo apt-get install -y'
|
||||||
' kvm cloud-utils genisoimage qemu-kvm qemu-utils'
|
' kvm cloud-utils genisoimage qemu-kvm qemu-utils'
|
||||||
' e2fsprogs '
|
' e2fsprogs dnsmasq'
|
||||||
' landscape-client'
|
|
||||||
' python-setuptools mtools zip' )
|
' python-setuptools mtools zip' )
|
||||||
run( 'sudo easy_install pexpect' )
|
run( 'sudo easy_install pexpect' )
|
||||||
|
|
||||||
@@ -581,8 +580,8 @@ OVFTemplate = """<?xml version="1.0"?>
|
|||||||
</References>
|
</References>
|
||||||
<DiskSection>
|
<DiskSection>
|
||||||
<Info>Virtual disk information</Info>
|
<Info>Virtual disk information</Info>
|
||||||
<Disk ovf:capacity="%d" ovf:capacityAllocationUnits="byte"
|
<Disk ovf:capacity="%d" ovf:capacityAllocationUnits="byte"
|
||||||
ovf:diskId="vmdisk1" ovf:fileRef="file1"
|
ovf:diskId="vmdisk1" ovf:fileRef="file1"
|
||||||
ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html"/>
|
ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html"/>
|
||||||
</DiskSection>
|
</DiskSection>
|
||||||
<NetworkSection>
|
<NetworkSection>
|
||||||
|
|||||||
Reference in New Issue
Block a user