bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-14 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: >> > (file-systems (cons* ... >> >(file-system >> > (device "NO NAME") >> > (title 'label) >> > (mount-point "/mnt/tmp") >> > (type "vf

bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-14 Thread Danny Milosavljevic
Hi Ludo, On Tue, 14 Mar 2017 09:41:32 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Danny Milosavljevic skribis: > > >> 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

bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-14 Thread Ludovic Courtès
Danny Milosavljevic skribis: >> 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? Doe