[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38462] [PATCH] linux-boot: Don't ignore flags when mounting root fi
From: |
Ludovic Courtès |
Subject: |
[bug#38462] [PATCH] linux-boot: Don't ignore flags when mounting root file system. |
Date: |
Tue, 10 Dec 2019 20:49:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Ludovic Courtès <address@hidden> skribis:
> Guillaume Le Vaillant <address@hidden> skribis:
>
>> Ludovic Courtès skribis:
>>
>>> Guillaume Le Vaillant <address@hidden> skribis:
>>>
>>>> * gnu/build/linux-boot.scm (mount-root-file-system): Add the 'flags'
>>>> keyword
>>>> argument and use it when mounting the root file system.
>>>> (boot-system): Pass the root file system flags to
>>>> 'mount-root-file-system'.
>>>
>>> This was pushed as 900ef20b1da66ad71145082c883dc12f31fafa54, closing!
>>>
>>> Ludo’.
>>
>> 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: “make check-system TESTS=basic” fails after that.
Could you take a look?
Thanks in advance,
Ludo’.