From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHtfZ-0007QT-R3 for guix-patches@gnu.org; Thu, 23 Nov 2017 10:44:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHtfW-0003gO-GZ for guix-patches@gnu.org; Thu, 23 Nov 2017 10:44:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45360) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eHtfW-0003g9-Df for guix-patches@gnu.org; Thu, 23 Nov 2017 10:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eHtfW-0006WN-5I for guix-patches@gnu.org; Thu, 23 Nov 2017 10:44:02 -0500 Subject: [bug#29409] [PATCH] linux-libre: Adapt some arm options to match intel conf. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <877euhtjkj.fsf@gmail.com> <1511430599-17726-1-git-send-email-m.othacehe@gmail.com> Date: Thu, 23 Nov 2017 16:43:54 +0100 In-Reply-To: <1511430599-17726-1-git-send-email-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Thu, 23 Nov 2017 10:49:59 +0100") Message-ID: <87y3mxuhj9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: Mathieu Othacehe , 29409@debbugs.gnu.org Mathieu Othacehe skribis: > From: Mathieu Othacehe > > * gnu/packages/aux-files/linux-libre/4.14-arm.conf: GuixSD base-initrd expects > ext4 and fat filesystem to be built-in. Adapt configuration > accordingly. Also set devtmpfs_mount to yes. LGTM, thanks! Ludo'.