Created
July 17, 2013 18:01
-
-
Save stowler/6022901 to your computer and use it in GitHub Desktop.
diff of ovf changes needed for today's successful vmware -> virtualbox migration of windows 7 VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macula:OVF copy stowler-local$ diff -u Windows\ 7x86\ DanOrig.ovf Windows\ 7x86.ovf | |
--- Windows 7x86 DanOrig.ovf 2013-07-16 17:15:35.000000000 -0400 | |
+++ Windows 7x86.ovf 2013-07-17 12:10:02.000000000 -0400 | |
@@ -54,14 +54,6 @@ | |
<vmw:Config ovf:required="false" vmw:key="ehciEnabled" vmw:value="true"/> | |
</Item> | |
<Item> | |
- <rasd:Address>0</rasd:Address> | |
- <rasd:Description>SCSI Controller</rasd:Description> | |
- <rasd:ElementName>scsiController0</rasd:ElementName> | |
- <rasd:InstanceID>4</rasd:InstanceID> | |
- <rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType> | |
- <rasd:ResourceType>6</rasd:ResourceType> | |
- </Item> | |
- <Item> | |
<rasd:Address>1</rasd:Address> | |
<rasd:Description>IDE Controller</rasd:Description> | |
<rasd:ElementName>ideController1</rasd:ElementName> | |
@@ -88,7 +80,7 @@ | |
<rasd:ElementName>disk1</rasd:ElementName> | |
<rasd:HostResource>ovf:/disk/vmdisk1</rasd:HostResource> | |
<rasd:InstanceID>8</rasd:InstanceID> | |
- <rasd:Parent>4</rasd:Parent> | |
+ <rasd:Parent>5</rasd:Parent> | |
<rasd:ResourceType>17</rasd:ResourceType> | |
</Item> | |
<Item> | |
@@ -128,4 +120,4 @@ | |
<vmw:Config ovf:required="false" vmw:key="tools.toolsUpgradePolicy" vmw:value="upgradeAtPowerCycle"/> | |
</VirtualHardwareSection> | |
</VirtualSystem> | |
-</Envelope> | |
\ No newline at end of file | |
+</Envelope> | |
macula:OVF copy stowler-local$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment