bug#25917: [PATCH] file-systems: Factorize file-system-packages.

2017-03-18 Thread Ludovic Courtès
Danny Milosavljevic skribis: > I'd like to make the following change to guix/build/utils.scm : > > diff --git a/guix/build/utils.scm b/guix/build/utils.scm > index bc6f11415..ca6360ed4 100644 > --- a/guix/build/utils.scm > +++ b/guix/build/utils.scm > @@ -409,7 +409,8 @@ for under the directories

bug#25917: [PATCH] file-systems: Factorize file-system-packages.

2017-03-18 Thread Ludovic Courtès
Hello! Danny Milosavljevic skribis: > On Fri, 17 Mar 2017 10:03:52 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > >> You can also remove the now-unused ‘file-system-type-predicate’ >> procedure that is in ‘base-initrd’. > > It's still used there (in order to determine the Linux modules). Shoul

bug#25917: [PATCH] file-systems: Factorize file-system-packages.

2017-03-18 Thread Danny Milosavljevic
> > * gnu/system/linux-initrd.scm (base-initrd): Move helper-packages body to > > ... > > * gnu/system/file-systems.scm (file-system-packages): ... here. > > Also export it. Pushed those to master as 7208995426714c9fc3ad59cadc3cc0f52df0f018. > > * gnu/services/base.scm (file-system-shepherd-serv

bug#25917: [PATCH] file-systems: Factorize file-system-packages.

2017-03-17 Thread Danny Milosavljevic
Hi Ludo, On Fri, 17 Mar 2017 10:03:52 +0100 l...@gnu.org (Ludovic Courtès) wrote: > You can also remove the now-unused ‘file-system-type-predicate’ > procedure that is in ‘base-initrd’. It's still used there (in order to determine the Linux modules). Should I also export 'file-system-type-pred

bug#25917: [PATCH] file-systems: Factorize file-system-packages.

2017-03-17 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > * gnu/system/linux-initrd.scm (base-initrd): Move helper-packages body to ... > * gnu/system/file-systems.scm (file-system-packages): ... here. > Also export it. > * gnu/services/base.scm (file-system-shepherd-service): Set PATH by using > file-system-pac

bug#25917: [PATCH] file-systems: Factorize file-system-packages.

2017-03-16 Thread Danny Milosavljevic
* gnu/system/linux-initrd.scm (base-initrd): Move helper-packages body to ... * gnu/system/file-systems.scm (file-system-packages): ... here. Also export it. * gnu/services/base.scm (file-system-shepherd-service): Set PATH by using file-system-packages. --- gnu/services/base.scm | 12 ++-