guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/4] gnu: Separate util-linux into three packages.


From: Ludovic Courtès
Subject: Re: [PATCH 1/4] gnu: Separate util-linux into three packages.
Date: Sat, 12 Nov 2016 23:55:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

John Darrington <address@hidden> skribis:

> On Sat, Nov 12, 2016 at 04:28:08PM +0100, John Darrington wrote:
>           
>           If so, would it work to just do:
>           
>             "--enable-fs-paths-default=/run/current-system/profile/sbin"
>           
>           ?
>           
>           That would only work on GuixSD, but Guix???s ???mount??? is 
> certainly not very
>           useful on foreign distros.
>      
>      That would certainly be a solution easier to do.   
>      But doesn't it mean that we have a "functionally impure" system?
>      
>
> Also, it would only work if nfs-utils was installed in the current system 
> profile,
> which need not be the case.  It might be installed only in root's profile or 
> I might 
> want to see what happens if I use an alternative version of nfs-utils.

That ‘mount’ can invoke ‘mount.nfs’ looks like a convenience to me, not
something highly critical.

I would say that dynamic composition (‘mount’ looking up ‘mount.nfs’ &
co. in $PATH) is OK in this case.  The NFS service in GuixSD could
extend ‘profile-service-type’ such that ‘nfs-utils’ is indeed in the
system profile.

WDYT?

Thanks,
Ludo’.



reply via email to

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