From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58147) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifRlv-0007os-Sf for guix-patches@gnu.org; Thu, 12 Dec 2019 11:57:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifRlu-0005iW-NY for guix-patches@gnu.org; Thu, 12 Dec 2019 11:57:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54892) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifRlu-0005hy-JK for guix-patches@gnu.org; Thu, 12 Dec 2019 11:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifRlu-00024f-HV for guix-patches@gnu.org; Thu, 12 Dec 2019 11:57:02 -0500 Subject: [bug#38462] [PATCH v2] linux-boot: Don't ignore flags when mounting root file system. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191202205734.7018-1-glv@posteo.net> <87v9qpeeih.fsf@gnu.org> <87wob5v7zv.fsf@yamatai> <87k174kncu.fsf@gnu.org> <87fthsklk4.fsf@gnu.org> <871rtb6c4a.fsf@yamatai> Date: Thu, 12 Dec 2019 17:55:50 +0100 In-Reply-To: <871rtb6c4a.fsf@yamatai> (Guillaume Le Vaillant's message of "Tue, 10 Dec 2019 23:37:25 +0100") Message-ID: <87y2vh5vqh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Guillaume Le Vaillant Cc: 38462-done@debbugs.gnu.org Hi, Guillaume Le Vaillant skribis: > Ludovic Court=C3=A8s skribis: > >> Ludovic Court=C3=A8s skribis: >> >> Actually no: =E2=80=9Cmake check-system TESTS=3Dbasic=E2=80=9D fails aft= er that. >> Could you take a look? >> >> Thanks in advance, >> Ludo=E2=80=99. > > The attached patch should fix the issue. There was a mix up between the > representations of flags as a list of symbols or as a bit mask. Yeah. > From f26de9d63a84842029d2393f28f6c96aa2bc766e Mon Sep 17 00:00:00 2001 > From: Guillaume Le Vaillant > Date: Mon, 2 Dec 2019 21:15:50 +0100 > Subject: [PATCH v2] linux-boot: Don't ignore flags when mounting root file > system. > > * gnu/build/linux-boot.scm (mount-root-file-system): Add the 'flags' keyw= ord > argument and use it when mounting the root file system. > (boot-system): Pass the root file system flags to 'mount-root-file-syst= em'. Applied for good this time, thanks! Ludo=E2=80=99.