On 2 Dec 2012 15:34, "Ryan Stone" <[email protected]> wrote: > > On Sun, Dec 2, 2012 at 8:05 AM, Robert Watson <[email protected]> wrote: > > > > > Just to follow up on this thread, since the question has come up a number > > of times. "mergemaser -p" should be run prior to installworld always, but > > most of the time will do very little. One of its responsibilities is to > > add any necessary accounts and groups depended on by base system components > > -- e.g., that will be referenced during installworld as part of setting > > file ownership and groups. > > > > > I often use "make installworld installkernel distribution DESTDIR=..." to > create bootable images (e.g. for a USB stick). What's the recommendation > for that case? Manually create the auditdistd user on the build host?
You could run mergemaster -p; it doesn't do anything that would hurt your running system; just adds important users etc. Chris _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
