guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: file-system-shepherd-service: Use mount-file-system.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: file-system-shepherd-service: Use mount-file-system.
Date: Wed, 30 Nov 2016 13:51:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

John Darrington <address@hidden> skribis:

> * gnu/services/base.scm (file-system-shepherd-service): Use mount-file-system
> instead of manually mounting the file system.

[...]

> +                    #$(if create?
> +                          #~(mkdir-p #$target)
> +                          #~#t)

#~#t is equivalent to #t.

> +                    (mount-file-system
> +                     `(#$device #$title #$target #$type #$flags #$options
> +                                #$check?) #:root "/")
>                         #t))

#t must be align with the parent of “(mount-file-system”.

If you confirmed that at least “make check-system TESTS=basic” passes,
fine with me.

Thank you!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]