From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60987) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNiG1-0005tV-3O for guix-patches@gnu.org; Sun, 12 Apr 2020 15:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNiFy-00082S-G6 for guix-patches@gnu.org; Sun, 12 Apr 2020 15:27:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47352) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jNiFy-00082N-Cr for guix-patches@gnu.org; Sun, 12 Apr 2020 15:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jNiFy-0000pd-9w for guix-patches@gnu.org; Sun, 12 Apr 2020 15:27:02 -0400 Subject: [bug#40480] [PATCH v2] services: Add file-system utils to profile. References: <20200407083054.19472-1-brice@waegenei.re> In-Reply-To: <20200407083054.19472-1-brice@waegenei.re> Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sun, 12 Apr 2020 19:26:35 +0000 From: Brice Waegeneire Message-ID: <78971e71972c6deae8207b26ad0f1dce@waegenei.re> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40480@debbugs.gnu.org Hello Guix, Looks like I forgot to describe this patch... It adds the utils package of each used file-system type to the system profile. This behavior can be disabled by setting the “file-system-utils?” field to #f. When you have an issue with your file system it's not the time to discover the absence of the utility package nor trying to install it. This patch fix that. We talked about such feature at[0]. [0]: https://issues.guix.info/issue/39332 - Brice