mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-11 19:31:18 +00:00
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 3da8e81bf27f3770f3664a332d8767fa62fd4771) Conflicts: debian/changelog Conflict solved by copying the debian/changelog entry from the archive.
This commit is contained in:
parent
47b93e2349
commit
8eb4f2d447
7
debian/changelog
vendored
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
|
||||
|
||||
[ Michał Sawicz ]
|
||||
|
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user