From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/6] gnu: %default-extra-linux-options: Remove redundant options. Date: Thu, 29 Sep 2016 14:35:22 +0200 Message-ID: <871t026fzp.fsf@gnu.org> References: <20160926103447.31830-1-david@craven.ch> <20160926103447.31830-2-david@craven.ch> <87r3839jzb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpaYl-0006rB-Bu for guix-devel@gnu.org; Thu, 29 Sep 2016 08:35:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpaYf-00042J-V0 for guix-devel@gnu.org; Thu, 29 Sep 2016 08:35:31 -0400 In-Reply-To: (David Craven's message of "Thu, 29 Sep 2016 12:33:17 +0200") 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: David Craven Cc: guix-devel David Craven skribis: >>> I think we need to revert this patch. Could you please look at it? > > m and y aren't equivalent after all. The default initrd requires these > to be modules. > > So there are two options, revert the patch or change the y's to m's. > > I think your're right. I can revert it and add a comment saying why > they are needed. Right, thanks for the quick response! I think it=E2=80=99s best to have them as modules, because I imagine one wo= uld want to avoid loading them when the system runs on the bare metal. Ludo=E2=80=99.