[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38462] [PATCH v2] linux-boot: Don't ignore flags when mounting root
From: |
Ludovic Courtès |
Subject: |
[bug#38462] [PATCH v2] linux-boot: Don't ignore flags when mounting root file system. |
Date: |
Thu, 12 Dec 2019 17:55:50 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi,
Guillaume Le Vaillant <address@hidden> skribis:
> Ludovic Courtès skribis:
>
>> Ludovic Courtès <address@hidden> skribis:
>>
>> Actually no: “make check-system TESTS=basic” fails after that.
>> Could you take a look?
>>
>> Thanks in advance,
>> Ludo’.
>
> 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 <address@hidden>
> 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' keyword
> argument and use it when mounting the root file system.
> (boot-system): Pass the root file system flags to 'mount-root-file-system'.
Applied for good this time, thanks!
Ludo’.