From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Kernel modules in initrd Date: Tue, 27 Feb 2018 21:52:30 +0100 Message-ID: <20180227215230.44927d44@scratchpost.org> References: <20180222211707.GB9758@jurong> <87eflck7ko.fsf@netris.org> <20180223020029.3babc4fa@scratchpost.org> <20180223152855.6a08f8bd@scratchpost.org> <20180223230239.GA6140@jurong> <20180225124330.2e706537@scratchpost.org> <87y3jfvkuv.fsf@gnu.org> <20180226172647.22d9e56b@scratchpost.org> <874lm23287.fsf@gnu.org> <20180227200416.6b9dd5e6@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]:38757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqlIs-0006Pu-VK for guix-devel@gnu.org; Tue, 27 Feb 2018 14:52:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqlIo-0006iC-2D for guix-devel@gnu.org; Tue, 27 Feb 2018 14:52:47 -0500 In-Reply-To: <20180227200416.6b9dd5e6@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: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Tue, 27 Feb 2018 20:32:49 +0100 Danny Milosavljevic wrote: > > > P.S. How come glibc is in the initrd? Shouldn't guile have statically linked it? > > > glibc is like 50000 kiB. In that case saving 800 kiB is not really worth it... > > > > One of the packages that ends up in the initrd must be dynamically > > linked. You need to find out which one it is. > > It's because of bash-minimal. And that's because of: ./gnu/store/lksm6f1ahvikxnwkfs34sabbb4f7209p-guile-static-stripped-2.2.3/share/guile/2.2/ice-9/popen.scm: (open-pipe* mode "/gnu/store/icz3hd36aqpjz5slyp4hhr8wsfbgiml1-bash-minimal-4.4.12/bin/bash" "-c" command))