Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
virt-manager.9970
virtinst-use-xenpae-kernel-for-32bit.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtinst-use-xenpae-kernel-for-32bit.patch of Package virt-manager.9970
References: bsc#978173 The 32bit versions of the media contain a xenpae version along with a non pae version. The sles10 sp4 32bit kernel will only boot para- virtualized if the pae kernel is selected. Note that sles12 and newer has no 32bit release. Index: virt-manager-1.4.0/virtinst/urlfetcher.py =================================================================== --- virt-manager-1.4.0.orig/virtinst/urlfetcher.py +++ virt-manager-1.4.0/virtinst/urlfetcher.py @@ -1020,8 +1020,12 @@ class SuseDistro(Distro): "boot/%s/initrd" % self.arch)) # Matches Opensuse > 10.2 and sles 10 - self._xen_kernel_paths = [("boot/%s/vmlinuz-xen" % self.arch, - "boot/%s/initrd-xen" % self.arch)] + if self.arch == "i386": + self._xen_kernel_paths = [("boot/%s/vmlinuz-xenpae" % self.arch, + "boot/%s/initrd-xenpae" % self.arch)] + else: + self._xen_kernel_paths = [("boot/%s/vmlinuz-xen" % self.arch, + "boot/%s/initrd-xen" % self.arch)] def _variantFromVersion(self): distro_version = self.version_from_content[1].strip()
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