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: John Darrington
Subject: Re: [PATCH] gnu: file-system-shepherd-service: Use mount-file-system.
Date: Fri, 2 Dec 2016 12:32:56 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Wed, Nov 30, 2016 at 01:51:23PM +0100, Ludovic Court??s wrote:
     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.
     

Perhaps somebody who already has a copy of qemu in their store could check that
for me?

Currently I cannot run any system tests because of bug #25036

J'



-- 
Avoid eavesdropping.  Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

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