[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: |
Guillaume Le Vaillant |
Subject: |
[bug#38462] [PATCH] linux-boot: Don't ignore flags when mounting root file system. |
Date: |
Mon, 09 Dec 2019 16:22:44 +0100 |
User-agent: |
mu4e 1.2.0; emacs 26.3 |
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.