From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Kernel modules in initrd Date: Fri, 23 Feb 2018 15:28:55 +0100 Message-ID: <20180223152855.6a08f8bd@scratchpost.org> References: <20180222211707.GB9758@jurong> <87eflck7ko.fsf@netris.org> <20180223020029.3babc4fa@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epELS-0001fz-89 for guix-devel@gnu.org; Fri, 23 Feb 2018 09:29:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epELO-0007Qp-6u for guix-devel@gnu.org; Fri, 23 Feb 2018 09:29:06 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:37854) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1epELN-0007MI-Vj for guix-devel@gnu.org; Fri, 23 Feb 2018 09:29:02 -0500 In-Reply-To: <20180223020029.3babc4fa@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver , guix-devel@gnu.org No, wait, according to https://unix.stackexchange.com/questions/43699/debian-does-not-detect-serial-pci-card-after-reboot/43723#43723 , the kernel should be doing that even without udev. Are we sure we need to manually modprobe the stuff in gnu/build/linux-boot.scm in the first place? I think we should just add kmod to the initrd - that's it.