Skip to content
Snippets Groups Projects
Commit 5da93762 authored by Bob Lantz's avatar Bob Lantz
Browse files

Depend: add dnsmasq (needed), remove landscape-client (not)

parent bee06cf2
No related branches found
No related tags found
No related merge requests found
...@@ -140,8 +140,7 @@ def depend(): ...@@ -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 @@ def convert( cow, basename ): ...@@ -581,8 +580,8 @@ def convert( cow, basename ):
</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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment