From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/4] gnu: Separate util-linux into three packages. Date: Sun, 13 Nov 2016 12:59:50 +0100 Message-ID: <877f87io95.fsf@gnu.org> References: <1478812461-18483-1-git-send-email-jmd@gnu.org> <87wpg8lpfc.fsf@gnu.org> <20161112152808.GA21994@jocasta.intra> <20161112170948.GA23070@jocasta.intra> <874m3cjoku.fsf@gnu.org> <20161113082110.GA6656@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5tS0-0003sN-Js for guix-devel@gnu.org; Sun, 13 Nov 2016 06:59:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5tRx-0007wd-It for guix-devel@gnu.org; Sun, 13 Nov 2016 06:59:56 -0500 In-Reply-To: <20161113082110.GA6656@jocasta.intra> (John Darrington's message of "Sun, 13 Nov 2016 09:21:10 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > On Sat, Nov 12, 2016 at 11:55:13PM +0100, Ludovic Court??s wrote: [...] > > 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=20 > > want to see what happens if I use an alternative version of nfs-ut= ils. >=20=20=20=20=20=20 > That ???mount??? can invoke ???mount.nfs??? looks like a convenience= to me, not > something highly critical. > > Well it's critical if "mount -a" is going to work, and thus if NFS filesy= stems (such as /home in > many networks) can be automatically mounted at boot time. GuixSD doesn=E2=80=99t use the =E2=80=98mount=E2=80=99 command to mount fil= e systems so that shouldn=E2=80=99t have any influence. > I would say that dynamic composition (???mount??? looking up ???moun= t.nfs??? & > co. in $PATH) is OK in this case. The NFS service in GuixSD could > extend ???profile-service-type??? such that ???nfs-utils??? is indee= d in the > system profile. >=20=20=20=20=20=20 > Ok If you think it's acceptable I'll push a change with just the > "--enable-fs-paths-default=3D/run/current-system/profile/sbin" option for= now. If it > turns out not to be good enough then we can rethink it later. Yes, I agree. 1,093 packages depend on util-linux. Per the strategy outlined at this could go to =E2=80=98staging=E2=80=99 but I think this should go to = =E2=80=98core-updates=E2=80=99 which we=E2=80=99ll reopen to fix . Thanks, Ludo=E2=80=99.