Bug 435061
Summary: | Xenner does not support pygrub bootloader | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Daniel Berrangé <berrange> |
Component: | xenner | Assignee: | Gerd Hoffmann <kraxel> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | berrange |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-04-11 15:41:01 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 435059 |
Description
Daniel Berrangé
2008-02-27 04:06:05 UTC
pygrub is supported, it is invoked automatically when started without -kernel option. It isn't documented though (which should be fixed, so I leave that one open as reminder to update the docs). We should probably add an explicit command line param -bootloader PATH-TO-BOOTLOADER Libvirt's XML format allows us to specify an arbitrary path to a bootloader, and I thus was planning to add a '-bootloader' flag to qemu-dm to support Xennite, so we might as well keep Xenner consistent in this regard & do the same. -bootloader arg sounds very useful. I'll implement that. Done. |