> One thing I don’t get is that, if the file system is not
> needed-for-boot?, then it doesn’t get a Shepherd service in the first
> place.
But what is supposed to happen to filesystems where mount? but not
needed-for-boot? if Shepherd doesn't mount it? Does some other part mount it ?
Is it ju
Danny Milosavljevic skribis:
> * gnu/services/base.scm (file-system-shepherd-service): If
> not #:needed-for-boot, don't check filesystem even if #:check? .
> ---
> gnu/services/base.scm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/services/base.scm b/gnu/servic