From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35109) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ielWG-0001sD-9h for guix-patches@gnu.org; Tue, 10 Dec 2019 14:50:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ielWE-0005LN-Se for guix-patches@gnu.org; Tue, 10 Dec 2019 14:50:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50678) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ielWD-0005L2-QH for guix-patches@gnu.org; Tue, 10 Dec 2019 14:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ielWD-0005lu-N6 for guix-patches@gnu.org; Tue, 10 Dec 2019 14:50:01 -0500 Subject: [bug#38462] [PATCH] 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> Date: Tue, 10 Dec 2019 20:49:47 +0100 In-Reply-To: <87k174kncu.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 10 Dec 2019 20:10:57 +0100") Message-ID: <87fthsklk4.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, 38462@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > Guillaume Le Vaillant skribis: > >> Ludovic Court=C3=A8s skribis: >> >>> Guillaume Le Vaillant skribis: >>> >>>> * gnu/build/linux-boot.scm (mount-root-file-system): Add the 'flags' k= eyword >>>> argument and use it when mounting the root file system. >>>> (boot-system): Pass the root file system flags to 'mount-root-file-s= ystem'. >>> >>> This was pushed as 900ef20b1da66ad71145082c883dc12f31fafa54, closing! >>> >>> Ludo=E2=80=99. >> >> These are in fact two similar but different patches. Patch >> 900ef20b1da66ad71145082c883dc12f31fafa54 added support for the 'options' >> field of a file-system definition, whereas this patch adds support for >> the 'flags' field. > > Oops, my bad. Applied, thanks! Actually no: =E2=80=9Cmake check-system TESTS=3Dbasic=E2=80=9D fails after = that. Could you take a look? Thanks in advance, Ludo=E2=80=99.