Re: HTTPS trust anchors in sysinst
Martin Husemann <[email protected]> Sat, 26 Aug 2023 17:49:48 +0200
| Newsgroups | gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Aug 26, 2023 at 02:15:39PM +0000, Taylor R Campbell wrote: > That's what I figured. Partly I wanted to find out: Is this where > they would need to go in order to be available to sysinst at > /etc/openssl/cert.pem when sysinst runs, or does the ramdisk get > union-mounted with another file system where the cert.pem file could > live instead? In the installers I have seen there are no union mounts. Ramdisk based ones have the ramdisk as /, CD images either are ramdisk based or have the CD as read-only /, USB images usually have the writable usb file system as /, but a few are ramdisk based too. Martin