Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
cobbler.6193
fix-koan-missing-args-and-location.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-koan-missing-args-and-location.patch of Package cobbler.6193
Index: cobbler-2.6.6/koan/virtinstall.py =================================================================== --- cobbler-2.6.6.orig/koan/virtinstall.py +++ cobbler-2.6.6/koan/virtinstall.py @@ -338,13 +338,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