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

2016-12-04 Thread Ludovic Courtès
John Darrington skribis: > On Wed, Nov 30, 2016 at 01:51:23PM +0100, Ludovic Court??s wrote: > John Darrington skribis: > > > * gnu/services/base.scm (file-system-shepherd-service): Use > mount-file-system > > instead of manually mounting the file system. > > [..

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

2016-12-02 Thread David Craven
> Perhaps somebody who already has a copy of qemu in their store could check > that > for me? I tested it and pushed...

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

2016-12-02 Thread John Darrington
On Wed, Nov 30, 2016 at 01:51:23PM +0100, Ludovic Court??s wrote: John Darrington skribis: > * gnu/services/base.scm (file-system-shepherd-service): Use mount-file-system > instead of manually mounting the file system. [...] > + #$(

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

2016-11-30 Thread Ludovic Courtès
John Darrington 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 equiv