Because the datasets are already mounted by zfsboot, and the mount script
doesn't know anything about ZFS. Also do not execute the "umount" script for
ZFS for the same reasons.
Sponsored by: Citrix Systems R&D
Differential D10738
bsdinstall: mount is not needed for the ZFS install case royger on May 15 2017, 1:14 PM. Authored by Tags None Referenced Files
Subscribers None
Details Because the datasets are already mounted by zfsboot, and the mount script Sponsored by: Citrix Systems R&D
Diff Detail
Event TimelineComment Actions I do not know much about bsdinstall scripts but as much as it counts, seems ok for me;)
Comment Actions Thanks for the review, I've fixed the comments and I would like to push this ASAP, since it will allow me to build FreeBSD install images on the Xen CI loop without any external patches. Long term I think it would be better to add an "unmount" argument to zfsboot, but that can be done later. Can I also have your opinion on D10736? That's the other one that's required for me. |