Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP6
koan.13374
fix-koan-missing-args-and-location.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-koan-missing-args-and-location.patch of Package koan.13374
Index: koan-2.9.0/koan/virtinstall.py =================================================================== --- koan-2.9.0.orig/koan/virtinstall.py +++ koan-2.9.0/koan/virtinstall.py @@ -353,13 +353,14 @@ def build_commandline(uri, elif oldstyle_accelerate: cmd += "--accelerate " - if virt_pxe_boot or is_xen: + if virt_pxe_boot: cmd += "--pxe " elif cdrom: cmd += "--cdrom %s " % cdrom elif location: cmd += "--location %s " % location - if is_qemu and extra and not(virt_pxe_boot) and not(disable_extra): + if ((is_qemu or is_xen) + and extra and not(virt_pxe_boot) and not(disable_extra)): cmd += ("--extra-args=\"%s\" " % (extra)) elif importpath: cmd += "--import "
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