Actions
Feature #9668
closedloader: rename zfsloader to loader
Start date:
2018-07-23
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
FreeBSD changes:
https://svnweb.freebsd.org/base?view=revision&revision=336532
https://svnweb.freebsd.org/base?view=revision&revision=336533
It is confusing to emphasise zfs in loader name, we really do support zfs, ufs, pcfs, hsfs, nfs, tftp there.
The visible change for user is that /boot/zfsloader is renamed to /boot/loader. The change also does affect gptzfsboot, as it is looking for loader to be loaded and executed - however, we also bump the loader version to ensure the be activation will also trigger installboot to update the gptzfsboot.
Updated by Electric Monk almost 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 9fd537180d8c7ca186c4842f6262016f5e418d10
commit 9fd537180d8c7ca186c4842f6262016f5e418d10 Author: Toomas Soome <tsoome@me.com> Date: 2018-08-09T21:35:48.000Z 9668 loader: rename zfsloader to loader Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Ryan Zezeski <rpz@joyent.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
Actions