Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id B9190782C8B for <~alpine/devel@lists.alpinelinux.org>; Fri, 8 Jan 2021 23:31:24 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 96C34169F5 for <~alpine/devel@lists.alpinelinux.org>; Sat, 9 Jan 2021 00:31:23 +0100 (CET) Date: Sat, 9 Jan 2021 00:31:23 +0100 From: Milan =?utf-8?Q?P=2E_Stani=C4=87?= To: ~alpine/devel@lists.alpinelinux.org Subject: Re: Alpine installer firmare detection Message-ID: References: <20210108140340.896c426b55e35994d57dee18@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210108140340.896c426b55e35994d57dee18@gmail.com> On Fri, 2021-01-08 at 14:03, antoniompini wrote: > Hi, > > I'd like to suggest a possible improvement to the Alpine installer. > Alpine installs quite a bit of firmware and, after the instalation, I have to get rid of most of it. > Debian installer has a nice script by which it detects and allows to install only the firmware which is really needed. > It works remarkably well, and I haven't found such feature on any other distro. > I think it'd be cool to see this implemented on Alpine, in keeping with the minimalistic approach. something like this: modinfo `lsmod | grep -v Module | awk -e '{ print $1 }'` | grep ^firmware and search which of linux-firmware-$name contains them