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)

(cherry picked from commit 3da8e81bf2)

Conflicts:
        debian/changelog

Conflict solved by copying the debian/changelog entry from the archive.
intel-iotg-server-jammy 2.764.1
Simon Poirier 3 years ago committed by Thomas Bechtold
parent 47b93e2349
commit 8eb4f2d447

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.764.1) jammy; 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> Thu, 16 Jun 2022 19:34:03 -0400
livecd-rootfs (2.764) jammy; urgency=medium livecd-rootfs (2.764) jammy; urgency=medium
[ Michał Sawicz ] [ Michał Sawicz ]

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

Loading…
Cancel
Save