[Bug 196311] DESTROOT is now broken for installworld if not previously bootstrapped (ie clean dir)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 5 21:32:19 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196311

Brooks Davis <brooks at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks at FreeBSD.org
             Status|New                         |Closed
         Resolution|---                         |Works As Intended

--- Comment #4 from Brooks Davis <brooks at FreeBSD.org> ---
You can avoid this problem with the DB_FROM_SRC make variable to use the passwd
and group files in the source tree instead of the installed system.  For
example:

# make installworld DESTDIR=${NFSROOTDIR} -DDB_FROM_SRC

This failure mode has been around forever.  Unfortunately, it is not entirely
safe to enable DB_FROM_SRC by default as there may be different uid/gid values
on the target system.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list