fix: VMware cdrom OVF import requires to be on IDE

This reverts part of a change causing regression with vmware import due to the
cdrom getting moved to SCSI while shifting controller IDs. (LP: #1970795)
This commit is contained in:
Simon Poirier 2022-05-17 09:33:07 -04:00 committed by Simon Poirier
parent a81bea1f0c
commit 3da8e81bf2
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.766) kinetic; urgency=medium
* live-build/ubuntu-cpc/hooks.d/base/ovf/ubuntu-ova-v1-vmdk.tmpl:
Revert OVF cd-rom controller to be IDE for VMWare (LP: #1970795)
-- Simon Poirier <simon.poirier@canonical.com> Sat, 11 Jun 2022 13:11:30 -0400
livecd-rootfs (2.765) kinetic; urgency=medium
[ Michael Hudson-Doyle ]

View File

@ -130,7 +130,7 @@
<rasd:AutomaticAllocation>false</rasd:AutomaticAllocation>
<rasd:ElementName>CD-ROM 1</rasd:ElementName>
<rasd:InstanceID>9</rasd:InstanceID>
<rasd:Parent>3</rasd:Parent>
<rasd:Parent>5</rasd:Parent>
<rasd:ResourceSubType>vmware.cdrom.remotepassthrough</rasd:ResourceSubType>
<rasd:ResourceType>15</rasd:ResourceType>
<vmw:Config ovf:required="false" vmw:key="backing.exclusive" vmw:value="false"/>