Re: 13.1 mini-memstick installation image size
- In reply to: Eugene Grosbein : "Re: 13.1 mini-memstick installation image size"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Mar 2022 04:26:39 UTC
On Fri, Mar 18, 2022, 10:10 PM Eugene Grosbein <eugen@grosbein.net> wrote: > 19.03.2022 10:11, Warner Losh wrote: > > > > AFAIK, kldload cannot load compressed modules, only loader can. > > > > If so, kldload should support it as loader does. > > > > > > I thought I'd added it years ago by uncomptessing to /tmp and loading it > from there.. > > Also, multiple system utilities like ifconfig(8) use kldload(2) system > call directly > instead of running kldload(8) utility. Also in /sbin: gbde, > mount_{nfs|cd9660|msdosfs|udf}, > ccdconfig, geom, mdmfs, hastd, ggatec, gvinum, nfsiod. And > /usr/bin/iscsictl > plus some utilities in ports. > Indeed. Now that you mention that, I think that was the objection to my patches when I floated them... it would have been around FreeBSD 6 or so... Warner >