Feature #10049
Bug #10048: fdisk: use /boot/pmbr if possible
mboot: mboot is no longer needed
Start date:
2018-12-07
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Description
the /usr/lib/fs/ufs/mboot was used before grub and since grub is using /boot/grub/stage1 and loader is using /boot/pmbr, there is no reason to keep mboot around any more.
So we also remove mbr command and mboot rerference from rmformat.
History
Updated by Electric Monk 12 months ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit e74ff6533275aaaa8989786dfbba24b3281e3530
commit e74ff6533275aaaa8989786dfbba24b3281e3530 Author: Toomas Soome <tsoome@me.com> Date: 2018-12-21T18:59:42.000Z 10049 mboot: mboot is no longer needed Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>