]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
beinstall: perform pre-installworld steps.
authorwill <will@FreeBSD.org>
Sun, 29 Jul 2018 01:44:26 +0000 (01:44 +0000)
committerwill <will@FreeBSD.org>
Sun, 29 Jul 2018 01:44:26 +0000 (01:44 +0000)
commit02808a1ffa6097295b583555585f80ebb9380965
tree99314e8cb69e9fded6b537927147c043f73062e1
parentdf474a2321bf4f467ca478ce3f8b9e219c11f4a7
beinstall: perform pre-installworld steps.

Since all post-installkernel steps are assumed to operate in the updated
installation, it's necessary to chroot all of the followup steps in the new
boot environment.  Set up and mount the source and object directories at the
same paths inside the BE root, and clean up to the extent changes were made.
This commit fixes upgrading using beinstall past the new ntpd user change.

Improve testability of changes to this script while I'm here.

Reported by: rpokala (earlier patch)
tools/build/beinstall.sh