Mark Millard <mark...@yahoo.com> writes:
> But when I look at [...] the installed build(7) for head -r338319 I do
> not find any references to LOADER_DEFAULT_INTERP .

It was added to build(7) in r338043:

     LOADER_DEFAULT_INTERP  Defines what interpreter the default loader
                            program will have.  Valid values include “4th”,
                            “lua”, and “simp”.  This creates the default link
                            for /boot/loader to the loader with that
                            interpreter.  It also determines what interpreter
                            is compiled into userboot.

> I have assumed that my long-in-use amd64 virtual-box context that I
> run and update FreeBSD in (under macOS) just automatically updated
> sufficiently via installkernel and installworld after building.

Correct.  The loader and its support files (4th and lua) are built by
'make buildworld' and installed by 'make installworld'.  The source code
is in /usr/src/stand.

> (This assumes that all the changes are in the freebsd-ufs partition
> involved and that the freebsd-boot partition involved need not be
> updated.)

The freebsd-boot partition contains the code that loads the loader and
should not need updating.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to