Actions
Bug #8646
closedloader: replace EFI part devices.
Start date:
2017-09-10
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
FreeBSD update:
https://svnweb.freebsd.org/base?view=revision&revision=r313333
https://svnweb.freebsd.org/base?view=revision&revision=r320553
Rewrite EFI part device interface to present disk devices in more
user friendly way.
We keep list of three types of devices: floppy, cd and disk, the
visible names: fdX: cdX: and diskX:
Use common/disk.c and common/part.c interfaces to manage the
partitioning.
The lsdev -l will additionally list the device path.
Updated by Electric Monk over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit dbacaf56963d687dced1eddb2d3beb695f5ebc7e
commit dbacaf56963d687dced1eddb2d3beb695f5ebc7e Author: Toomas Soome <tsoome@me.com> Date: 2017-09-25T18:37:10.000Z 8646 loader: replace EFI part devices. Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions