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 317710 Details for
Bug 463951
RHEL 5.3: virt-install --hvm ignores --extra-args
[?]
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]
virtinst-0.300.2-hvm-extraargs.patch
virtinst-0.300.2-hvm-extraargs.patch (text/plain), 1.23 KB, created by
Mark McLoughlin
on 2008-09-25 17:18:31 UTC
(
hide
)
Description:
virtinst-0.300.2-hvm-extraargs.patch
Filename:
MIME Type:
Creator:
Mark McLoughlin
Created:
2008-09-25 17:18:31 UTC
Size:
1.23 KB
patch
obsolete
>From: Mark McLoughlin <markmc@redhat.com> >Subject: [RHEL5.3 PATCH] Support --extra-args with HVM guests > >Trying to install a KVM guest with RHEL5.3 virt-install, I noticed >that --extra-args is broken. Basically, we ignore the option when >using --hvm. > >This prevents e.g. doing kickstart installs of KVM with virt-install >which would make doing automated QA and the like difficult. > >Signed-off-by: Mark McLoughlin <markmc@redhat.com> > >--- virtinst-0.300.2/virt-install.hvm-extraargs 2008-09-25 13:02:00.177699000 -0400 >+++ virtinst-0.300.2/virt-install 2008-09-25 13:06:00.832794000 -0400 >@@ -130,7 +130,7 @@ > print _("ERROR: "), e > src = None > >-def get_paravirt_extraargs(extra, guest): >+def get_extraargs(extra, guest): > guest.extraargs = extra > > >@@ -421,10 +421,11 @@ > # set up graphics information > cli.get_graphics(options.vnc, options.vncport, options.nographics, options.sdl, options.keymap, guest) > >+ get_extraargs(options.extra, guest) >+ > # and now for the full-virt vs paravirt specific questions > if not hvm: # paravirt > get_paravirt_install(options.location, guest) >- get_paravirt_extraargs(options.extra, guest) > continue_inst = False > else: > if not options.pxe:
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 463951
: 317710