The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6ce785c50bfacf4fc8f7529e1bf6e2966dc5fac1
commit 6ce785c50bfacf4fc8f7529e1bf6e2966dc5fac1 Author: Jose Luis Duran <jldu...@users.noreply.github.com> AuthorDate: 2021-06-20 02:22:48 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2021-06-30 17:08:26 +0000 bsdinstall: Also copy /var/db/zoneinfo Per tzsetup(8), /etc/localtime and /var/db/zoneinfo go hand in hand. Reviewed by: imp@ Pull Request: https://github.com/freebsd/freebsd-src/pull/486 --- usr.sbin/bsdinstall/scripts/jail | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/bsdinstall/scripts/jail b/usr.sbin/bsdinstall/scripts/jail index d9b5c8eb3cb4..3110f744207c 100755 --- a/usr.sbin/bsdinstall/scripts/jail +++ b/usr.sbin/bsdinstall/scripts/jail @@ -137,6 +137,7 @@ trap error SIGINT # SIGINT is bad again bsdinstall config || error "Failed to save config" cp /etc/resolv.conf $1/etc cp /etc/localtime $1/etc +cp /var/db/zoneinfo $1/var/db # Run post-install script if [ -f $TMPDIR/bsdinstall-installscript-ab ]; then _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"