Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 634009 Details for
Bug 839009
koan does not respect virt_auto_boot setting on cobbler server
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch for koan-2.2.3-2.el5
file_839009.txt (text/plain), 757 bytes, created by
Elliott Barrere
on 2012-10-26 18:43:50 UTC
(
hide
)
Description:
patch for koan-2.2.3-2.el5
Filename:
MIME Type:
Creator:
Elliott Barrere
Created:
2012-10-26 18:43:50 UTC
Size:
757 bytes
patch
obsolete
>--- virtinstall.py-orig 2012-06-17 17:22:25.000000000 -0700 >+++ virtinstall.py 2012-10-26 11:30:08.000000000 -0700 >@@ -128,6 +128,7 @@ > disable_virt_type = False > disable_driver_type = False > disable_net_model = False >+ disable_auto_boot = False > oldstyle_macs = False > > if not virtinst_version: >@@ -136,6 +137,7 @@ > disable_driver_type = True > disable_net_model = True > oldstyle_macs = True >+ disable_auto_boot = True > > is_import = uri.startswith("import") > if is_import: >@@ -236,7 +238,7 @@ > if uuid: > cmd += "--uuid %s " % uuid > >- if virt_auto_boot: >+ if virt_auto_boot and not disable_auto_boot: > cmd += "--autostart " > > if no_gfx:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 839009
: 634009