Actions
Feature #8131
closedloader: add support for chain and device BE's
Start date:
2017-04-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Add support for chainload and device (as opposed to dataset) based boot environments in BE menu and beadm command.
When the entry type chain is activated, the loader will attempt chainload; the device entry does behave same as zfs BE - we set currdev variable and reload configuration from the new root.
In both cases it is user responsibility to use the correct device names.
Also beadm list will show the entry types.
Updated by Electric Monk over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 115716444da43c8948885b687239f3c4187d0897
commit 115716444da43c8948885b687239f3c4187d0897 Author: Toomas Soome <tsoome@me.com> Date: 2017-06-12T10:54:34.000Z 8131 loader: add support for chain and device BE's Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions