Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
virt-manager
virtinst-keep-iso-for-xenpv.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtinst-keep-iso-for-xenpv.patch of Package virt-manager
References: bsc#1180897 Removing the cdrom iso file from the device prevents booting with a qemu error. Index: virt-manager-3.3.0/virtinst/install/installer.py =================================================================== --- virt-manager-3.3.0.orig/virtinst/install/installer.py +++ virt-manager-3.3.0/virtinst/install/installer.py @@ -175,8 +175,9 @@ class Installer(object): for disk in guest.devices.disk: if (disk.is_cdrom() and disk.get_source_path() == self._cdrom_path()): - disk.set_source_path(None) - disk.sync_path_props() + if not guest.os.is_xenpv(): + disk.set_source_path(None) + disk.sync_path_props() break def _add_unattended_install_cdrom_device(self, guest, location):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor