Re: Should build.sh install=/foo generate a "complete" installation?

Martin Husemann <[email protected]> Mon, 7 Jul 2025 10:24:04 +0200
Newsgroups gmane.os.netbsd.devel.installation
Message-ID <[email protected]>
On Sun, Jul 06, 2025 at 10:33:33PM -0700, Chris Hanson wrote:
> What I wound up doing was building the distribution sets, then
> untarring the built sets into the exported root directory. That was
> sufficient for everything but binary packages. For binary packages, I
> had to first use a non-https URL to install pkgin and the Mozilla root
> certificates, then I could switch back to the regular URL.

When first login to the new setup machine you probably need to run

	certctl rehash

to make the SSL trust anchors available.

Martin