#78: Implement larfs to handle GRUB2 modules in flash easily. ---------------------------------+------------------------------------------ Reporter: stepan | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Port GRUB2 to LinuxBIOS Component: code | Version: v3 Keywords: | Dependencies: Patchstatus: there is no patch | ---------------------------------+------------------------------------------ Implement a (simple) larfs driver in grub. Besides making it easy to solve the module loading itself, it would also help us
- with copyright issues: if we port over the usb stack from FILO, it would not have to be part of the grub2 tree with all the efforts of getting it in there
- with using grub2 as a 1st stage bootloader to load other payloads directly from flash, ie payloads that are in multiboot format rather than pure ELF. (I have XEN in mind)
On Tue, Jul 10, 2007 at 05:10:30AM -0000, LinuxBIOS wrote:
#78: Implement larfs to handle GRUB2 modules in flash easily.
Another use for liblar?
//Peter
#78: Implement larfs to handle GRUB2 modules in flash easily. ----------------------------+----------------------------------------------- Reporter: stepan | Owner: somebody Type: enhancement | Status: closed Priority: major | Milestone: Port GRUB2 to LinuxBIOS Component: code | Version: v3 Resolution: fixed | Keywords: Dependencies: | Patchstatus: patch is ready to be committed ----------------------------+----------------------------------------------- Changes (by oxygene):
* status: new => closed * type: defect => enhancement * patchstatus: there is no patch => patch is ready to be committed * resolution: => fixed
Comment:
The attached patch against grub2 implements this feature