[Bug 292682] etcupdate fails after install world on FreeBSD 15.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292682] etcupdate fails after install world on FreeBSD 15.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Jan 2026 21:40:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292682
Dan Langille <dvl@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dvl@FreeBSD.org
--- Comment #8 from Dan Langille <dvl@FreeBSD.org> ---
(In reply to Jessica Clarke from comment #6)
[I work with Wallace]
I now know the cause of the missing files. This is the command we use to copy
source:
# export RELEASE=12.1
# export RELEASESHORT=121
# cd /usr/freebsd-images/$RELEASE/obj
# tar cf - * | ( cd /nfs/ava_fbsdupg/obj$RELEASESHORT; tar xfp -)
It's that *, it does not pull up the dot files. We'll need to adjust our
method.
We've been doing it that way since FreeBSD 11 or 12 probably. :)
--
You are receiving this mail because:
You are the assignee for the bug.