From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21304 invoked from network); 7 Mar 2021 17:31:55 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 7 Mar 2021 17:31:55 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 1ess; Sun Mar 7 12:27:19 -0500 2021 Received: from abbatoir.fios-router.home (pool-108-41-92-79.nycmny.fios.verizon.net [108.41.92.79]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 01b8a797 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sun, 7 Mar 2021 09:20:27 -0800 (PST) Message-ID: <23A32AE4500EACE96CA5A99EFB19CC02@eigenstate.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit To: 9front@9front.org Date: Sun, 07 Mar 2021 09:20:26 -0800 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: shader realtime-based solution Subject: Re: [9front] distproto: include the files in /lib/firmware/* Reply-To: 9front@9front.org Precedence: bulk Quoth kemal : > Some people might put firmware files in /lib/firmware before they boot > up their installation disk if their wifi/ethernet card requires a > firmware blob and that card is their only possible access to a network. > > diff -r 85895476fecf sys/lib/sysconfig/proto/distproto > --- a/sys/lib/sysconfig/proto/distproto Tue Mar 02 22:56:58 2021 -0500 > +++ b/sys/lib/sysconfig/proto/distproto Sun Mar 07 19:50:38 2021 +0300 > @@ -22,6 +22,7 @@ > face d775 > + > firmware d775 > + * > font d775 > bit d775 > + > I think it'd make more sense to just build them into the kernel in this case.