Actions
Feature #6699
closedbe_get_boot_args interface implementation in libbe (loader project)
Start date:
2016-03-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
To support fast boot feature, some components are currently using grub_get_boot_args() interface from libgrubmgt library. With loader setup, such interface is no longer applicable and an alternative should be provided. As building kernel boot args is depending on information in boot environment, implementing such interface in libbe seems most reasonable approach. Note, the libbe is still illumos private, and consumers are on gate.
Related issues
Updated by Toomas Soome over 7 years ago
- Related to Feature #5061: freebsd boot loader integration (loader project) added
Updated by Toomas Soome over 7 years ago
- Related to Feature #6704: svc.startd: replace grub_get_boot_args with be_get_boot_args (loader project) added
Updated by Toomas Soome over 7 years ago
- Related to Feature #6705: halt: replace grub_get_boot_args with be_get_boot_args (loader project) added
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit f5e5a2c4965aa1013184568ca3140cdcba93e44b
commit f5e5a2c4965aa1013184568ca3140cdcba93e44b Author: Toomas Soome <tsoome@me.com> Date: 2016-09-22T18:43:38.000Z 6699 be_get_boot_args interface implementation in libbe (loader project) Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions